From f3a65b8c5687c612d3ac1fb1a930008933cc7975 Mon Sep 17 00:00:00 2001 From: Dibyo Majumdar Date: Sun, 29 Dec 2019 20:01:29 +0400 Subject: [PATCH] Remove unnecessary double quotes This caused a bit of confusion for me when I first encountered it. (Because the rest of the tutorial doesn't care to use quotes unless its a string. --- .../tutorial/05-events/02-inline-handlers/app-b/App.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/tutorial/05-events/02-inline-handlers/app-b/App.svelte b/site/content/tutorial/05-events/02-inline-handlers/app-b/App.svelte index f0fd6ff17a..ce83d08613 100644 --- a/site/content/tutorial/05-events/02-inline-handlers/app-b/App.svelte +++ b/site/content/tutorial/05-events/02-inline-handlers/app-b/App.svelte @@ -6,6 +6,6 @@ div { width: 100%; height: 100%; } -
+
m = { x: e.clientX, y: e.clientY }}> The mouse position is {m.x} x {m.y} -
\ No newline at end of file +