From ab18c719f364242ee17b23d7ea135b7e114c733f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCttler?= Date: Tue, 9 Feb 2021 10:31:19 +0100 Subject: [PATCH] fix typo "fot a template" --- www/extensions/client-side-templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/extensions/client-side-templates.md b/www/extensions/client-side-templates.md index 2a971c25..b5ee58a1 100644 --- a/www/extensions/client-side-templates.md +++ b/www/extensions/client-side-templates.md @@ -17,7 +17,7 @@ When you add this extension on an element, any element below it in the DOM can u the template the standard way for that template engine: * `mustache` - looks a mustache <script> tag up by ID for the template content -* `handlebars` - looks in the `Handlebars.partials` collection fot a template with that name +* `handlebars` - looks in the `Handlebars.partials` collection for a template with that name * `nunjucks` - resolves the template by name via `nunjucks.render() The AJAX response body will be parsed as JSON and passed into the template rendering.