Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leaanthony authored Dec 4, 2023
1 parent 38eb341 commit 5bc5a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/guides/sveltekit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This guide will go into:
- The first comment `//go:embed all:frontend/dist` needs to be changed to `//go:embed all:frontend/build`

##### Modify .gitignore
- The line `frontned/dist` needs to be replaced with `frontend/build`
- The line `frontend/dist` needs to be replaced with `frontend/build`

##### Install/remove dependencies using your favorite package manager.
- Navigate into your "frontend" folder.
Expand Down

0 comments on commit 5bc5a6f

Please sign in to comment.