From 2653f1a5b03bfdff39a679af8f2cb99e43ae5ece Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Wed, 21 Sep 2011 11:01:15 -0700 Subject: [PATCH] boostrap -> bootstrap --- index.html | 2 +- javascript.html | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 32f9784d..2a686013 100644 --- a/index.html +++ b/index.html @@ -1740,7 +1740,7 @@ Lorem ipsum dolar sit amet illo error ipsum verita bootstrap-popover.js - 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! diff --git a/javascript.html b/javascript.html index 04a2430b..908cd472 100644 --- a/javascript.html +++ b/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