From c2b05886ed99ffe285a129ba6b69870547848351 Mon Sep 17 00:00:00 2001 From: Babak F Date: Wed, 21 Apr 2021 13:04:05 -0700 Subject: [PATCH] Typo --- .../examples/00-introduction/00-hello-world/App.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/examples/00-introduction/00-hello-world/App.svelte b/site/content/examples/00-introduction/00-hello-world/App.svelte index 22b3c84db0..959606a7af 100644 --- a/site/content/examples/00-introduction/00-hello-world/App.svelte +++ b/site/content/examples/00-introduction/00-hello-world/App.svelte @@ -1,5 +1,5 @@ -

Hello {name}!

\ No newline at end of file +

Hello, {name}!

\ No newline at end of file