diff options
| author | Mark Otto <[email protected]> | 2012-02-27 19:40:07 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-27 19:40:07 -0800 |
| commit | d57598827f804f75b1eb12fc7098b58f152830ea (patch) | |
| tree | f70f8f80197965a19c6a366eeed6d6a61ac436d1 /docs/javascript.html | |
| parent | af8261af93c061f9bcc54bd948bd4652bd887c66 (diff) | |
| download | bootstrap-d57598827f804f75b1eb12fc7098b58f152830ea.tar.xz bootstrap-d57598827f804f75b1eb12fc7098b58f152830ea.zip | |
fix typo in js docs carousel section per #2299
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |
