diff --git a/docs/assets/js/README.md b/docs/assets/js/README.md index b58fa1d407..66903c71a6 100644 --- a/docs/assets/js/README.md +++ b/docs/assets/js/README.md @@ -17,7 +17,7 @@ To target a specific plugin, just include the plugins name as a namespace along --- -### PROGRAMATIC API +### PROGRAMMATIC API We also believe you should be able to use all plugins provided by Bootstrap purely through the JS API. diff --git a/docs/base-css.html b/docs/base-css.html index 4d27a6d69d..26dc298c61 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -192,7 +192,7 @@
Stylized implemenation of HTML's <abbr>
element for abbreviations and acronyms to show the expanded version on hover. Abbreviations with a title
attribute have a light dotted bottom border and a help cursor on hover, providing additional context on hover.
Stylized implementation of HTML's <abbr>
element for abbreviations and acronyms to show the expanded version on hover. Abbreviations with a title
attribute have a light dotted bottom border and a help cursor on hover, providing additional context on hover.
<abbr>
For expanded text on long hover of an abbreviation, include the title
attribute.
Bootstrap provides custom events for most plugin's unique actions. Generally, these come in an infinitive and past participle form - where the infinitive (ex. show
) is triggered at the start of an event, and its past participle form (ex. shown
) is trigger on the completion of an action.
All infinitive events provide preventDefault functionality. This provides the abililty to stop the execution of an action before it starts.
+All infinitive events provide preventDefault functionality. This provides the ability to stop the execution of an action before it starts.
$('#myModal').on('show', function (e) { if (!data) return e.preventDefault() // stops modal from being shown @@ -507,7 +507,7 @@ $('#myModal').on('hidden', function () {Methods
$().dropdown('toggle')
-A programatic api for toggling menus for a given navbar or tabbed navigation.
+A programmatic api for toggling menus for a given navbar or tabbed navigation.
@@ -636,7 +636,7 @@ $('[data-spy="scroll"]').each(function () {Example tabs
-Add quick, dynamic tab functionality to transiton through panes of local content, even via dropdown menus.
+Add quick, dynamic tab functionality to transition through panes of local content, even via dropdown menus.
$('#myModal').on('show', function (e) { if (!data) return e.preventDefault() // stops modal from being shown @@ -437,7 +437,7 @@ $('#myModal').on('hidden', function () {{{_i}}Methods{{/i}}
$().dropdown('toggle')
-{{_i}}A programatic api for toggling menus for a given navbar or tabbed navigation.{{/i}}
+{{_i}}A programmatic api for toggling menus for a given navbar or tabbed navigation.{{/i}}
@@ -566,7 +566,7 @@ $('[data-spy="scroll"]').each(function () {{{_i}}Example tabs{{/i}}
-{{_i}}Add quick, dynamic tab functionality to transiton through panes of local content, even via dropdown menus.{{/i}}
+{{_i}}Add quick, dynamic tab functionality to transition through panes of local content, even via dropdown menus.{{/i}}