Skip to content

Commit 5ffbcc4

Browse files
Update content/tutorial/03-sveltekit/02-routing/02-layouts/README.md
Co-authored-by: Quang Phan <[email protected]>
1 parent 77f382f commit 5ffbcc4

File tree

1 file changed

+1
-1
lines changed
  • content/tutorial/03-sveltekit/02-routing/02-layouts

1 file changed

+1
-1
lines changed

content/tutorial/03-sveltekit/02-routing/02-layouts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ src/routes/
2626
<slot />
2727
```
2828

29-
Một file `+layout.svelte` áp dụng cho mọi child route (định tuyến con hay rout con), bao gồm cả `+page.svelte` cùng cấp (nếu nó tồn tại). Bạn có thể lồng layouts (các bố cục) theo bất kỳ độ sâu nào.
29+
Một file `+layout.svelte` áp dụng cho mọi child route (định tuyến con hay route con), bao gồm cả `+page.svelte` cùng cấp (nếu nó tồn tại). Bạn có thể lồng layouts (các bố cục) theo bất kỳ độ sâu nào.

0 commit comments

Comments
 (0)