1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 21:22:52 +02:00

#1712: fix typo in js docs

This commit is contained in:
Mark Otto
2012-02-04 22:50:26 -08:00
parent 87a8c9b677
commit 418bf5221a
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -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>

View File

@@ -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>