fix: typo in client-side-template.md

This commit is contained in:
Mike Ralphson 2020-05-28 13:28:23 +01:00
parent bc86ce154f
commit ee43084dac

View File

@ -13,7 +13,7 @@ swapped into the DOM. Currently three client-side templating engines are suppor
* [nunjucks](https://mozilla.github.io/nunjucks/) * [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 When you add this extension on an element, any element below it in the DOM can use one of three attributes named
`<template-engine>-temlpate` (e.g. `mustache-template`) with a template ID, and the extension will resolve and render `<template-engine>-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: the template the standard way for that template engine:
* `mustache` - looks a mustache &lt;script> tag up by ID for the template content * `mustache` - looks a mustache &lt;script> tag up by ID for the template content