Skip to content

Commit 00637a4

Browse files
authored
docs: update route-groups doc to match target (sveltejs#475)
1 parent 39d90f1 commit 00637a4

File tree

1 file changed

+3
-3
lines changed
  • content/tutorial/04-advanced-sveltekit/04-advanced-routing/04-route-groups

1 file changed

+3
-3
lines changed

content/tutorial/04-advanced-sveltekit/04-advanced-routing/04-route-groups/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ We can also add some UI to these two routes by adding a `src/routes/(authed)/+la
2727

2828
```svelte
2929
/// file: src/routes/(authed)/+layout.svelte
30+
<slot />
31+
3032
<form method="POST" action="/logout">
31-
<button>Log out</button>
33+
<button>log out</button>
3234
</form>
33-
34-
<slot />
3535
```

0 commit comments

Comments
 (0)