Commit 418bf522 authored by Mark Otto's avatar Mark Otto

#1712: fix typo in js docs

parent 87a8c9b6
...@@ -1422,7 +1422,7 @@ $('.myCarousel').carousel({ ...@@ -1422,7 +1422,7 @@ $('.myCarousel').carousel({
</pre> </pre>
<h3>Methods</h3> <h3>Methods</h3>
<h4>.typeahead(options)</h4> <h4>.typeahead(options)</h4>
<p>Initializes an input with a typahead.</p> <p>Initializes an input with a typeahead.</p>
</div> </div>
</div> </div>
</section> </section>
......
...@@ -1346,7 +1346,7 @@ $('.myCarousel').carousel({ ...@@ -1346,7 +1346,7 @@ $('.myCarousel').carousel({
</pre> </pre>
<h3>{{_i}}Methods{{/i}}</h3> <h3>{{_i}}Methods{{/i}}</h3>
<h4>.typeahead({{_i}}options{{/i}})</h4> <h4>.typeahead({{_i}}options{{/i}})</h4>
<p>{{_i}}Initializes an input with a typahead.{{/i}}</p> <p>{{_i}}Initializes an input with a typeahead.{{/i}}</p>
</div> </div>
</div> </div>
</section> </section>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment