From 4c63f7658e158f5a05b4c99008af056beb93dccf Mon Sep 17 00:00:00 2001 From: Owen Buckley Date: Mon, 8 Jan 2024 21:19:13 -0500 Subject: [PATCH] update docs --- docs/pages/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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