From 3ead536a1d31ff91ca7b412158c0bd9dce61d73c Mon Sep 17 00:00:00 2001 From: 62f <68332197+62f@users.noreply.github.com> Date: Mon, 20 Sep 2021 06:46:14 -0400 Subject: [PATCH] Update 003-navigating-your-app.svx https://github.com/GrygrFlzr/kit-docs/issues/7 --- src/pages/003-navigating-your-app.svx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/003-navigating-your-app.svx b/src/pages/003-navigating-your-app.svx index c087fc0..cc4f01b 100644 --- a/src/pages/003-navigating-your-app.svx +++ b/src/pages/003-navigating-your-app.svx @@ -85,7 +85,7 @@ Let's extract the common wrapping element out of `src/routes/index.svelte`...

-This should be familiar to Sapper users: `_layout.svelte` was just renamed to `$layout.svelte`. This means that the underscore prefix is finally consistent across all your routes; they'll be treated as private, ignored items. +This should be familiar to Sapper users: `_layout.svelte` was just renamed to `__layout.svelte`. This means that the underscore prefix is finally consistent across all your routes; they'll be treated as private, ignored items. This all works without needing to write any JavaScript!