diff options
| author | Igor Minar | 2010-11-29 16:45:02 -0800 | 
|---|---|---|
| committer | Igor Minar | 2010-11-29 16:47:21 -0800 | 
| commit | 5480d2a80b7a6bafe7541d99eb53fd35fdd8faac (patch) | |
| tree | 1b3bae6923b0477ff61e9a90c7fd35fe22ccd69b /docs | |
| parent | 95adf3a4d81eeddec0ba07e7f7c39b50b576340f (diff) | |
| download | angular.js-5480d2a80b7a6bafe7541d99eb53fd35fdd8faac.tar.bz2 | |
fix typo in searchbox placeholder
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 6529c5c4..f5502664 100644 --- a/docs/index.html +++ b/docs/index.html @@ -30,7 +30,7 @@      </h1>    </div>    <div id="sidebar"> -    <input type="text" name="search" id="search-box" placeholder="search documentaiton"/> +    <input type="text" name="search" id="search-box" placeholder="search the docs"/>      <ul id="api-list">        <li ng:repeat="page in pages.$filter(search)" ng:class="getClass(page)">          <a href="{{getUrl(page)}}" ng:click="">{{page.name | short}}</a>  | 
