Skip to content

Commit 77eaa80

Browse files
committed
tweak phrasing for hopefully greater clarity
1 parent dc79fec commit 77eaa80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/javascript.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h4>Using the compiled JavaScript</h4>
2121

2222
<div class="bs-callout bs-callout-danger">
2323
<h4>Component data attributes</h4>
24-
<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>
24+
<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>
2525
</div>
2626

2727
<div class="bs-callout bs-callout-danger">

0 commit comments

Comments
 (0)