diff --git a/site/content/guide/08-bindings.md b/site/content/guide/08-bindings.md index 588111baa2..92e058c5ae 100644 --- a/site/content/guide/08-bindings.md +++ b/site/content/guide/08-bindings.md @@ -36,7 +36,7 @@ Element bindings make it easy to respond to user interactions: ```html

Hello {name}!

- + ``` ```json @@ -158,4 +158,4 @@ export default function createRenderer(canvas, ctx) { ctx.putImageData(imageData, 0, 0); } } -``` \ No newline at end of file +```