From 48ad73c64be49899de7e2cffae575fe13fc0374c Mon Sep 17 00:00:00 2001 From: Itamar Ostricher Date: Mon, 13 Mar 2017 11:57:25 +0200 Subject: [PATCH] Fix spelling --- docs/user-guide/custom-themes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/custom-themes.md b/docs/user-guide/custom-themes.md index 5ecc30db..b71e1bfe 100644 --- a/docs/user-guide/custom-themes.md +++ b/docs/user-guide/custom-themes.md @@ -322,7 +322,7 @@ As of MkDocs `0.13` client side search support has been added to MkDocs with [Lunr.js]. Search can either be added to every page in the theme or to a dedicated -template which must be named `search.html`. The search template will be build +template which must be named `search.html`. The search template will be built with the same name and can be viewable with `mkdocs serve` at `http://localhost:8000/search.html`. An example of the two different approaches can be seen by comparing the `mkdocs` and `readthedocs` themes.