Docs: fix typo in tools section
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>
Fri, 13 Nov 2015 12:13:27 +0000 (13:13 +0100)
committerAnthony Fok <foka@debian.org>
Fri, 13 Nov 2015 18:19:55 +0000 (11:19 -0700)
docs/content/tools/index.md

index 33575f7a07f7801ed66a514cae30449c43163454..a058bdaf7d6be7ed07f2630b37ff13baf349f0a8 100644 (file)
@@ -79,7 +79,7 @@ If you still want to use an editor, look at these plugins to automate your workf
 A static site with a dynamic search function? Yes. Alternatively to embeddable scripts from Google or other search engines you can provide your visitors a custom search by indexing your content files directly.
 
 - [Hugoidx](https://github.com/blevesearch/hugoidx) is an experimental application to create a search index. It's build on top of [Bleve](http://www.blevesearch.com/).
-- This [Github Gist](https://gist.github.com/sebz/efddfc8fdcb6b480f567) contains simple workflow to create a search index for your static site. It uses a simple Grunt script to index your all of your content files and [lunr.js](http://lunrjs.com/) to serve the search results.
+- This [Github Gist](https://gist.github.com/sebz/efddfc8fdcb6b480f567) contains simple workflow to create a search index for your static site. It uses a simple Grunt script to index all your content files and [lunr.js](http://lunrjs.com/) to serve the search results.
 
 ***