diff options
| -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> |
