Skip to content

Commit

Permalink
[docs] fix layout name (#6378)
Browse files Browse the repository at this point in the history
Closes #6377
  • Loading branch information
dummdidumm authored Aug 29, 2022
1 parent 7d2fcc8 commit c228724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/80-migrating.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ If you were using plugins for filetypes that are not automatically handled by [V

#### src/client.js

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.
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.

#### src/server.js

Expand Down

0 comments on commit c228724

Please sign in to comment.