diff --git a/docs/docs.html b/docs/docs.html index d1c99fd92a..976396eba7 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -4279,8 +4279,7 @@ body {

Cross-browser compatibility

-

Progress bars use CSS3 transitions and animations to achieve some of their effects.

-

These features are not supported in Internet Explorer 9 and below or older versions of Firefox. Opera 12 does not support animations.

+

Progress bars use CSS3 transitions and animations to achieve some of their effects. These features are not supported in Internet Explorer 9 and below or older versions of Firefox. Opera 12 does not support animations.

Basic

@@ -5386,7 +5385,7 @@ $('.navbar').scrollspy()

Resolvable ID targets required

-

Navbar links must have resolvable id targets. For example, a <a href="#home">home</a> must correspond to something in the dom like <div id="home"></div>.

+

Navbar links must have resolvable id targets. For example, a <a href="#home">home</a> must correspond to something in the DOM like <div id="home"></div>.

Methods