diff --git a/docs/content/docs/_index.md b/docs/content/docs/_index.md index 28147f4e..c1322152 100644 --- a/docs/content/docs/_index.md +++ b/docs/content/docs/_index.md @@ -113,7 +113,7 @@ tera.autoescape_on(vec![]); ``` Tera does not perform contextual auto-escaping, e.g. by parsing the template to know whether to escape JS, CSS or HTML (see - for more details on that). + for more details on that). ## Advanced usage