diff options
| author | Mark Otto <[email protected]> | 2012-02-04 22:50:26 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-04 22:50:26 -0800 |
| commit | 418bf5221a70440aeecffe9ad9006b444aaf1747 (patch) | |
| tree | 62771ac21c1a2152598e48ed60f1340ff9ebff52 /docs/templates/pages/javascript.mustache | |
| parent | 87a8c9b677bff0d831f920922c86d5b0cff9949c (diff) | |
| download | bootstrap-418bf5221a70440aeecffe9ad9006b444aaf1747.tar.xz bootstrap-418bf5221a70440aeecffe9ad9006b444aaf1747.zip | |
#1712: fix typo in js docs
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 29632a090..67bc83a1c 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -1346,7 +1346,7 @@ $('.myCarousel').carousel({ </pre> <h3>{{_i}}Methods{{/i}}</h3> <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> </section>
\ No newline at end of file |
