From: Mark Otto Date: Sun, 9 Dec 2012 02:46:34 +0000 (-0800) Subject: Fix docs typos X-Git-Tag: v2.3.0~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5ceca14dbcf398420ceff5f87167c7c08e1986e;p=thirdparty%2Fbootstrap.git Fix docs typos --- diff --git a/docs/javascript.html b/docs/javascript.html index 35327319a5..d956ffaf35 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -135,7 +135,7 @@ $("#myModal").modal('show') // initializes and invokes show immed

Each plugin also exposes its raw constructor on a `Constructor` property: $.fn.popover.Constructor. If you'd like to get a particular plugin instance, retrieve it directly from an element: $('[rel=popover]').data('popover').

No Conflict

-

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 .noCoflict on the plugin you wish to revert the value of.

+

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 .noConflict on the plugin you wish to revert the value of.

 var bootstrapButton = $.fn.button.noConflict() // return $.fn.button to previously assigned value
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache
index 2fb2020c0d..e6b3f812a7 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
           

{{_i}}Each plugin also exposes its raw constructor on a `Constructor` property: $.fn.popover.Constructor. If you'd like to get a particular plugin instance, retrieve it directly from an element: $('[rel=popover]').data('popover').{{/i}}

{{_i}}No Conflict{{/i}}

-

{{_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 .noCoflict on the plugin you wish to revert the value of.{{/i}}

+

{{_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 .noConflict on the plugin you wish to revert the value of.{{/i}}

 var bootstrapButton = $.fn.button.noConflict() // return $.fn.button to previously assigned value