From d57598827f804f75b1eb12fc7098b58f152830ea Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 27 Feb 2012 19:40:07 -0800 Subject: [PATCH] fix typo in js docs carousel section per #2299 --- docs/assets/bootstrap.zip | Bin 54562 -> 54562 bytes docs/javascript.html | 2 +- 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 index 94c7df100994ff82669ebd6b6e6536cad594c833..1729408b0be83f385dffe6114e407240dce39b94 100644 GIT binary patch delta 448 zcmZ3qih0p0W}X0VW)?065coA`B9EeSyN{257Z8_La5FHnd}U-{U=aaIB9#4}GciDw ztrM(lVzo3AkUzr~%uP*0ggE#_YI#B2Ja%ZprP^Usgr2t51c84uY=w3&) z0LZZDnJOrbn!ISH0aRe~jhP{eAT@fsP1rzw>-5>2v0GUbWK!=1eWrGw$^MtbIUu0` zRCf1*F;gc3y4cAxEUB(zA`c}u!sO95z6#uP7F|G z%LFT%SS`&2Z_Er)1gX*6ZNdifTc+#gjNQtjAd`A8=rd)wPWHbf&H)Jppt8Fc zjF~b)VzMAjh8Mk&cyllM!+1d5yq6pxy1^>*F1bMDU}gbT+`S+(`TZqvm@1%%`sF|* i-ptG181}PXF@o6vv_ImC9TIQ*6(^=F*U7)Hr~?49o|Rt! diff --git a/docs/javascript.html b/docs/javascript.html index c64a85b536..8f1d160cae 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1352,7 +1352,7 @@ $('.carousel').carousel({

.carousel('next')

Cycles to the next item.

Events

-

Bootstrap's modal class exposes a few events for hooking into modal functionality.

+

Bootstrap's carousel class exposes a few events for hooking into carousel functionality.

diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index c88b4296a0..9af03eccd1 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -1276,7 +1276,7 @@ $('.carousel').carousel({

.carousel('next')

{{_i}}Cycles to the next item.{{/i}}

{{_i}}Events{{/i}}

-

{{_i}}Bootstrap's modal class exposes a few events for hooking into modal functionality.{{/i}}

+

{{_i}}Bootstrap's carousel class exposes a few events for hooking into carousel functionality.{{/i}}