From ee43084dac0e9b39c610980bfda9ada826f02980 Mon Sep 17 00:00:00 2001 From: Mike Ralphson Date: Thu, 28 May 2020 13:28:23 +0100 Subject: [PATCH] fix: typo in client-side-template.md --- 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 c9912e1d..b6a0f484 100644 --- a/www/extensions/client-side-templates.md +++ b/www/extensions/client-side-templates.md @@ -13,7 +13,7 @@ swapped into the DOM. Currently three client-side templating engines are suppor * [nunjucks](https://mozilla.github.io/nunjucks/) When you add this extension on an element, any element below it in the DOM can use one of three attributes named -`-temlpate` (e.g. `mustache-template`) with a template ID, and the extension will resolve and render +`-template` (e.g. `mustache-template`) with a template ID, and the extension will resolve and render the template the standard way for that template engine: * `mustache` - looks a mustache <script> tag up by ID for the template content