From 418bf5221a70440aeecffe9ad9006b444aaf1747 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 4 Feb 2012 22:50:26 -0800 Subject: [PATCH] #1712: fix typo in js docs --- docs/assets/bootstrap.zip | Bin 52391 -> 52391 bytes docs/javascript.html | 2 +- docs/templates/pages/javascript.mustache | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index feedf59973ec141beaf5f414d0baa2747145e72d..3f20466dc880be39ab4e3957dfe95dd287d93e8b 100644 GIT binary patch delta 445 zcmZ2JlX>|}W}X0VW)?065OCWzkw;N^v6`O$QXnp^;AUWC`Oe6|z#;;aL{S!?%C-co zY%*VgG!szY3|pwc#@nYjfC7`3b2>srHoxNxWCsa33L3G23}2$Qxl%C403`I>(F~?a z*=e6H$fN+7$^Y{?!3vkEL5-iRUEmDUT2fFc0Mh!t!4@WD)L0D`T0c<*)mf9jO*DX+ zuQTbj0+ai;$&#B**g)P}sv5nHH-}{(nk*a=_W zL}fuD+fH~R@sv*bBk?Akbb#mwtNeV@1tN!JnlY06np1&DJh{`}Xm)p|}W}X0VW)?065MbFlkw;P4T}98|1Bgp2xEUB(zB2;FMSzkh$^ul`KuSDR zCi4|YGXeF@umuaat8Bb|iUTMxc{!&eRLSOdoPq2hAxA+YHjv@&Dw`_>a|}R2&mGNR zLds72bU`Ks$V~p9&j}WV8$VgQz!|2lq@Yp&r1gD+ElkL$u^KG2exeGhvnGF=XaIAC z&ZO50AbpaXO<+R7oA-)CD_

Methods

.typeahead(options)

-

Initializes an input with a typahead.

+

Initializes an input with a typeahead.

diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 29632a090c..67bc83a1ce 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -1346,7 +1346,7 @@ $('.myCarousel').carousel({

{{_i}}Methods{{/i}}

.typeahead({{_i}}options{{/i}})

-

{{_i}}Initializes an input with a typahead.{{/i}}

+

{{_i}}Initializes an input with a typeahead.{{/i}}

\ No newline at end of file