diff --git a/components.html b/components.html index 7b0f0d0ed2..289034060e 100644 --- a/components.html +++ b/components.html @@ -246,7 +246,7 @@ base_url: "../"

Single button dropdowns

-

Turn a button into dropdown toggle with some basic markup changes.

+

Turn a button into a dropdown toggle with some basic markup changes.

diff --git a/javascript.html b/javascript.html index ff1aced13c..f7102f93f2 100644 --- a/javascript.html +++ b/javascript.html @@ -28,7 +28,7 @@ base_url: "../"

Data attributes

-

You can use all Bootstrap plugins purely through the markup API without writing a single line of JavaScript. This is Bootstrap's first class API and should be your first consideration when using a plugin.

+

You can use all Bootstrap plugins purely through the markup API without writing a single line of JavaScript. This is Bootstrap's first-class API and should be your first consideration when using a plugin.

That said, in some situations it may be desirable to turn this functionality off. Therefore, we also provide the ability to disable the data attribute API by unbinding all events on the document namespaced with data-api. This looks like this: {% highlight js %}