]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix typo
authorJulian Thilo <bigj95t@gmail.com>
Mon, 27 Jan 2014 22:07:14 +0000 (23:07 +0100)
committerJulian Thilo <bigj95t@gmail.com>
Mon, 27 Jan 2014 22:07:14 +0000 (23:07 +0100)
docs/javascript.html

index f5c8516fe1c0789c9378af4c6188aa3e742e0406..e9b4879ddc0b49e43a25e9bba20d2059d5a1d18f 100644 (file)
@@ -1924,7 +1924,7 @@ $('#myCollapsible').on('hidden.bs.collapse', function () {
   <h2 id="carousel-usage">Usage</h2>
 
   <h3>Multiple carousels</h3>
-  <p>Carousels require the use of an <code>id</code> on the outter most container, <code>.carousel</code>, for carousel controls to properly function. When adding multiple carousels, or when changing a carousel's <code>id</code>, be sure to update the relevant controls.</p>
+  <p>Carousels require the use of an <code>id</code> on the outermost container, <code>.carousel</code>, for carousel controls to properly function. When adding multiple carousels, or when changing a carousel's <code>id</code>, be sure to update the relevant controls.</p>
 
   <h3>Via data attributes</h3>
   <p>Use data attributes to easily control the position of the carousel. <code>data-slide</code> accepts the keywords <code>prev</code> or <code>next</code>, which alters the slide position relative to its current position. Alternatively, use <code>data-slide-to</code> to pass a raw slide index to the carousel <code>data-slide-to="2"</code>, which shifts the slide position to a particular index beginning with <code>0</code>.</p>