Skip to content

Commit 8c8acb2

Browse files
Sync kit docs (#1670)
sync kit docs Co-authored-by: svelte-docs-bot[bot] <196124396+svelte-docs-bot[bot]@users.noreply.github.com>
1 parent a6e08f3 commit 8c8acb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/svelte.dev/content/docs/kit/10-getting-started/30-project-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The `src` directory contains the meat of your project. Everything except `src/ro
5858
- `hooks.server.js` contains your server [hooks](hooks)
5959
- `service-worker.js` contains your [service worker](service-workers)
6060
- `instrumentation.server.js` contains your [observability](observability) setup and instrumentation code
61-
- Requires adapter support. If your adapter supports it, it is guarnteed to run prior to loading and running your application code.
61+
- Requires adapter support. If your adapter supports it, it is guaranteed to run prior to loading and running your application code.
6262

6363
(Whether the project contains `.js` or `.ts` files depends on whether you opt to use TypeScript when you create your project.)
6464

0 commit comments

Comments
 (0)