Skip to content

Commit c228724

Browse files
authored
[docs] fix layout name (#6378)
Closes #6377
1 parent 7d2fcc8 commit c228724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/80-migrating.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ If you were using plugins for filetypes that are not automatically handled by [V
4545

4646
#### src/client.js
4747

48-
This file has no equivalent in SvelteKit. Any custom logic (beyond `sapper.start(...)`) should be expressed in your `__layout.svelte` file, inside an `onMount` callback.
48+
This file has no equivalent in SvelteKit. Any custom logic (beyond `sapper.start(...)`) should be expressed in your `+layout.svelte` file, inside an `onMount` callback.
4949

5050
#### src/server.js
5151

0 commit comments

Comments
 (0)