]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
tweak phrasing for hopefully greater clarity
authorChris Rebert <github@rebertia.com>
Mon, 10 Feb 2014 18:12:28 +0000 (10:12 -0800)
committerChris Rebert <github@rebertia.com>
Mon, 10 Feb 2014 18:12:28 +0000 (10:12 -0800)
docs/javascript.html

index 2d42da203459df692d0c5f4c3eca00b23c9e4a1b..16cd66e65a757b414451a21a1ff6a998ec1254d9 100644 (file)
@@ -21,7 +21,7 @@ lead: "Bring Bootstrap's components to life with over a dozen custom jQuery plug
 
   <div class="bs-callout bs-callout-danger">
     <h4>Component data attributes</h4>
-    <p>Don't mix data attributes from separate plugins on the same component. For example, a button cannot have a tooltip and toggle a modal. To accomplish this, use a wrapping element.</p>
+    <p>Don't use data attributes from multiple plugins on the same element. For example, a button cannot both have a tooltip and toggle a modal. To accomplish this, use a wrapping element.</p>
   </div>
 
   <div class="bs-callout bs-callout-danger">