Skip to content

Commit

Permalink
Merge pull request #1328 from Skasi/master
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
almasaeed2010 authored Jan 17, 2017
2 parents 082ffa3 + bd3799e commit fcc14dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion documentation/build/include/adminlte-options.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h3>Available AdminLTE Options</h3>
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
Expand Down
2 changes: 1 addition & 1 deletion documentation/build/include/components.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h4>Tip!</h4>
<h3 id="component-main-header">Main Header</h3>
<p class="lead">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.</p>
<div class="box box-solid">
<div class="box-body" style="position: relative;">
Expand Down

0 comments on commit fcc14dc

Please sign in to comment.