diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 54562 -> 54562 bytes | |||
| -rw-r--r-- | docs/javascript.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 94c7df100..1729408b0 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/javascript.html b/docs/javascript.html index c64a85b53..8f1d160ca 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1352,7 +1352,7 @@ $('.carousel').carousel({ <h4>.carousel('next')</h4> <p>Cycles to the next item.</p> <h3>Events</h3> - <p>Bootstrap's modal class exposes a few events for hooking into modal functionality.</p> + <p>Bootstrap's carousel class exposes a few events for hooking into carousel functionality.</p> <table class="table table-bordered table-striped"> <thead> <tr> diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index c88b4296a..9af03eccd 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -1276,7 +1276,7 @@ $('.carousel').carousel({ <h4>.carousel('next')</h4> <p>{{_i}}Cycles to the next item.{{/i}}</p> <h3>{{_i}}Events{{/i}}</h3> - <p>{{_i}}Bootstrap's modal class exposes a few events for hooking into modal functionality.{{/i}}</p> + <p>{{_i}}Bootstrap's carousel class exposes a few events for hooking into carousel functionality.{{/i}}</p> <table class="table table-bordered table-striped"> <thead> <tr> |
