aboutsummaryrefslogtreecommitdiff
path: root/docs/javascript.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-02-10 10:12:28 -0800
committerChris Rebert <[email protected]>2014-02-10 10:12:28 -0800
commit77eaa808dbe68d232f3c8e0416ed25fbc12f1ffa (patch)
treec1fa0438b1c6a7ac7ea9101fcd1d6712f2a7a061 /docs/javascript.html
parentdc79fecacd37879eae9659e36ef8d41cf1b6f5d7 (diff)
downloadbootstrap-77eaa808dbe68d232f3c8e0416ed25fbc12f1ffa.tar.xz
bootstrap-77eaa808dbe68d232f3c8e0416ed25fbc12f1ffa.zip
tweak phrasing for hopefully greater clarity
Diffstat (limited to 'docs/javascript.html')
-rw-r--r--docs/javascript.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/javascript.html b/docs/javascript.html
index 2d42da203..16cd66e65 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -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">