diff --git a/site/content/tutorial/16-special-elements/06-svelte-head/app-a/App.svelte b/site/content/tutorial/16-special-elements/06-svelte-head/app-a/App.svelte index 2f5fed88cb..827e59012c 100644 --- a/site/content/tutorial/16-special-elements/06-svelte-head/app-a/App.svelte +++ b/site/content/tutorial/16-special-elements/06-svelte-head/app-a/App.svelte @@ -2,4 +2,4 @@ -

Hello world!

\ No newline at end of file +

Hello, World!

\ No newline at end of file diff --git a/site/content/tutorial/16-special-elements/06-svelte-head/app-b/App.svelte b/site/content/tutorial/16-special-elements/06-svelte-head/app-b/App.svelte index 38089c9fdd..25942a978a 100644 --- a/site/content/tutorial/16-special-elements/06-svelte-head/app-b/App.svelte +++ b/site/content/tutorial/16-special-elements/06-svelte-head/app-b/App.svelte @@ -2,4 +2,4 @@ -

Hello world!

\ No newline at end of file +

Hello, World!

\ No newline at end of file