From b6390d298aa71e6dccb10e539097fbc7aaa45b8a Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 4 Aug 2013 00:06:56 -0700 Subject: [PATCH] trivial docs grammar improvements --- components.html | 2 +- javascript.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 %}