From 5b73c03271cb7f45316e9ea69f7ea6f0b169e819 Mon Sep 17 00:00:00 2001 From: Brian Hann Date: Tue, 15 Jan 2019 08:59:01 -0600 Subject: [PATCH] Syntax error on element binding example --- site/content/guide/08-bindings.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```