From bd3799eb7cd46810137e69cd1809301088a2c5d0 Mon Sep 17 00:00:00 2001 From: Skasi Date: Tue, 17 Jan 2017 15:28:35 +0100 Subject: [PATCH] Fix typos --- dist/js/app.js | 2 +- documentation/build/include/adminlte-options.html | 2 +- documentation/build/include/components.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/js/app.js b/dist/js/app.js index 87594264..f0e1ea8b 100644 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -40,7 +40,7 @@ $.AdminLTE.options = { navbarMenuSlimscrollWidth: "3px", //The width of the scroll bar navbarMenuHeight: "200px", //The height of the inner menu //General animation speed for JS animated elements such as box collapse/expand and - //sidebar treeview slide up/down. This options accepts an integer as milliseconds, + //sidebar treeview slide up/down. This option accepts an integer as milliseconds, //'fast', 'normal', or 'slow' animationSpeed: 500, //Sidebar push menu toggle button selector diff --git a/documentation/build/include/adminlte-options.html b/documentation/build/include/adminlte-options.html index d3b0256c..098aab3a 100644 --- a/documentation/build/include/adminlte-options.html +++ b/documentation/build/include/adminlte-options.html @@ -31,7 +31,7 @@ navbarMenuSlimscrollWidth: "3px", //The width of the scroll bar navbarMenuHeight: "200px", //The height of the inner menu //General animation speed for JS animated elements such as box collapse/expand and - //sidebar treeview slide up/down. This options accepts an integer as milliseconds, + //sidebar treeview slide up/down. This option accepts an integer as milliseconds, //'fast', 'normal', or 'slow' animationSpeed: 500, //Sidebar push menu toggle button selector diff --git a/documentation/build/include/components.html b/documentation/build/include/components.html index 5606575e..a2d9009a 100644 --- a/documentation/build/include/components.html +++ b/documentation/build/include/components.html @@ -19,7 +19,7 @@

Main Header

The main header contains the logo and navbar. Construction of the navbar differs slightly from Bootstrap because it has components that Bootstrap doesn't provide. - The navbar can be constructed in two way. This an example for the normal navbar and next we will provide an example for + The navbar can be constructed in two ways. This is an example for the normal navbar and next we will provide an example for the top nav layout.

-- GitLab