]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix js typo per #2471
authorMark Otto <markotto@twitter.com>
Sun, 11 Mar 2012 01:38:09 +0000 (17:38 -0800)
committerMark Otto <markotto@twitter.com>
Sun, 11 Mar 2012 01:38:09 +0000 (17:38 -0800)
docs/assets/bootstrap.zip
docs/javascript.html
docs/templates/pages/javascript.mustache

index 9020cef03724d5d30cdd742c3ba09f43e522a13b..79503bedb4cbcc23178bb8e1bcb30d369794f036 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index aeb6aa12bd021d9660e6203eedc7f61cfcef7119..486fb5bfcddf651965a0dc9b9f0fa7090211b05c 100644 (file)
@@ -791,13 +791,13 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
           <h4>$().tooltip(options)</h4>
           <p>Attaches a tooltip handler to an element collection.</p>
           <h4>.tooltip('show')</h4>
-          <p>Reveals an elements tooltip.</p>
+          <p>Reveals an element's tooltip.</p>
           <pre class="prettyprint linenums">$('#element').tooltip('show')</pre>
           <h4>.tooltip('hide')</h4>
-          <p>Hides an elements tooltip.</p>
+          <p>Hides an element's tooltip.</p>
           <pre class="prettyprint linenums">$('#element').tooltip('hide')</pre>
           <h4>.tooltip('toggle')</h4>
-          <p>Toggles an elements tooltip.</p>
+          <p>Toggles an element's tooltip.</p>
           <pre class="prettyprint linenums">$('#element').tooltip('toggle')</pre>
         </div>
       </div>
index 633c9781b72e755589794633aedfa4a9715850ae..7fd4c98d0211f26c2f579d8621dc15dee29db879 100644 (file)
@@ -715,13 +715,13 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
           <h4>$().tooltip({{_i}}options{{/i}})</h4>
           <p>{{_i}}Attaches a tooltip handler to an element collection.{{/i}}</p>
           <h4>.tooltip('show')</h4>
-          <p>{{_i}}Reveals an elements tooltip.{{/i}}</p>
+          <p>{{_i}}Reveals an element's tooltip.{{/i}}</p>
           <pre class="prettyprint linenums">$('#element').tooltip('show')</pre>
           <h4>.tooltip('hide')</h4>
-          <p>{{_i}}Hides an elements tooltip.{{/i}}</p>
+          <p>{{_i}}Hides an element's tooltip.{{/i}}</p>
           <pre class="prettyprint linenums">$('#element').tooltip('hide')</pre>
           <h4>.tooltip('toggle')</h4>
-          <p>{{_i}}Toggles an elements tooltip.{{/i}}</p>
+          <p>{{_i}}Toggles an element's tooltip.{{/i}}</p>
           <pre class="prettyprint linenums">$('#element').tooltip('toggle')</pre>
         </div>
       </div>