diff --git a/docs/pages/docs.md b/docs/pages/docs.md index 8e7a9c2..ed81fdb 100644 --- a/docs/pages/docs.md +++ b/docs/pages/docs.md @@ -331,10 +331,10 @@ export default class Counter extends HTMLElement { render() { const { count } = this; + // note that {count} has to be wrapped in its own HTML tag return (
- You have clicked {count} times