From e46506b4ceccc52abea43f049cd851851ef09673 Mon Sep 17 00:00:00 2001 From: Robin Stevens Date: Mon, 27 Nov 2017 17:58:04 +0100 Subject: [PATCH] Typo (#1357) --- 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 34da869d..dce0998a 100644 --- a/docs/user-guide/custom-themes.md +++ b/docs/user-guide/custom-themes.md @@ -365,7 +365,7 @@ makes no modifications to the Jinja environment. A complete solution using the provided index file is the responsability of the theme. When `search_index_only` is set to `false`, then the search plugin modifies the -Jinja environment by adding its own `temaplates` directory (with a lower +Jinja environment by adding its own `templates` directory (with a lower precedence than the theme) and adds its scripts to the `extra_javascript` config setting.