From 7c637bc51c25827fe6fdb54483785ca57f20d681 Mon Sep 17 00:00:00 2001 From: Adam Bowen Date: Wed, 21 Sep 2011 10:38:08 -0300 Subject: [PATCH] Fixes typos of "bootstrap" --- docs/javascript.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/javascript.html b/docs/javascript.html index 9f153c0bf6..bb8864d463 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -214,7 +214,7 @@ $('#my-modal').bind('hidden', function () { Download
-

Using boostrap-dropdown.js

+

Using bootstrap-dropdown.js

$('#topbar').dropdown()

Markup

To quickly add dropdown functionality to any nav element, use the data-dropdown attribute. Any valid bootstrap dropdown will automatically be activated.

@@ -291,7 +291,7 @@ $('#my-modal').bind('hidden', function () { Download
-

Using boostrap-scrollspy.js

+

Using bootstrap-scrollspy.js

$('#topbar').scrollSpy()

Markup

To easily add scrollspy behavior to your nav, just add the data-scrollspy attribute to the .topbar. @@ -326,7 +326,7 @@ $('#my-modal').bind('hidden', function () { Download

-

Using boostrap-tabs.js

+

Using bootstrap-tabs.js

$('.tabs').tabs()

Markup

You can activate a tab or pill navigation without writing any javascript by simply giving them a data-tabs or data-pills attribute.

@@ -508,11 +508,11 @@ $('#my-modal').bind('hidden', function () {
-

The popover plugin provides a simple interface for adding popovers to your application. It extends the boostrap-twipsy.js plugin, so be sure to grab that file as well when including popovers in your project!

+

The popover plugin provides a simple interface for adding popovers to your application. It extends the bootstrap-twipsy.js plugin, so be sure to grab that file as well when including popovers in your project!

Download
-

Using boostrap-popover.js

+

Using bootstrap-popover.js

$('#example').popover(options)

Options