Skip to content

Commit b5ceca1

Browse files
committed
Fix docs typos
1 parent 9376a7c commit b5ceca1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/javascript.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h3>Programmatic API</h3>
135135
<p>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>.</p>
136136

137137
<h3>No Conflict</h3>
138-
<p>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.</p>
138+
<p>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.</p>
139139

140140
<pre class="prettyprint linenums">
141141
var bootstrapButton = $.fn.button.noConflict() // return $.fn.button to previously assigned value

docs/templates/pages/javascript.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ $("#myModal").modal('show') // initializes and invokes show immed
6464
<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>
6565

6666
<h3>{{_i}}No Conflict{{/i}}</h3>
67-
<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>
67+
<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>
6868

6969
<pre class="prettyprint linenums">
7070
var bootstrapButton = $.fn.button.noConflict() // return $.fn.button to previously assigned value

0 commit comments

Comments
 (0)