diff options
| author | Mark Otto <[email protected]> | 2012-12-08 18:46:34 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-08 18:46:34 -0800 |
| commit | b5ceca14dbcf398420ceff5f87167c7c08e1986e (patch) | |
| tree | acb643055ea80e63e3a9b635fae53d58799d0e07 /docs/templates/pages/javascript.mustache | |
| parent | 9376a7c221a64c2bf508d02ea2ccd85748d10fcc (diff) | |
| download | bootstrap-b5ceca14dbcf398420ceff5f87167c7c08e1986e.tar.xz bootstrap-b5ceca14dbcf398420ceff5f87167c7c08e1986e.zip | |
Fix docs typos
Diffstat (limited to 'docs/templates/pages/javascript.mustache')
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 2fb2020c0..e6b3f812a 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -64,7 +64,7 @@ $("#myModal").modal('show') // initializes and invokes show immed <p>{{_i}}Each plugin also exposes its raw constructor on a `Constructor` property: <code>$.fn.popover.Constructor</code>. If you'd like to get a particular plugin instance, retrieve it directly from an element: <code>$('[rel=popover]').data('popover')</code>.{{/i}}</p> <h3>{{_i}}No Conflict{{/i}}</h3> - <p>{{_i}}Sometimes it's neccessary to use bootstrap plugins with other ui frameworks. In these circumstances, occasionally namespace collisions can occur. If this happens, you may call <code>.noCoflict</code> on the plugin you wish to revert the value of.{{/i}}</p> + <p>{{_i}}Sometimes it is necessary to use Bootstrap plugins with other UI frameworks. In these circumstances, namespace collisions can occasionally occur. If this happens, you may call <code>.noConflict</code> on the plugin you wish to revert the value of.{{/i}}</p> <pre class="prettyprint linenums"> var bootstrapButton = $.fn.button.noConflict() // return $.fn.button to previously assigned value |
