ref: d7588fac21e9bf3a7d1b8d140dacbe93c38fd1d2
parent: b8effd8a17864b1f9eb24d846daa5102bc8ef221
author: digitalcraftsman <[email protected]>
date: Fri Nov 13 08:13:27 EST 2015
Docs: fix typo in tools section
--- a/docs/content/tools/index.md
+++ b/docs/content/tools/index.md
@@ -79,7 +79,7 @@
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.
***