Skip to content

Commit 94935df

Browse files
authored
docs: fix typo (#14933)
1 parent d3fe110 commit 94935df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/10-getting-started/30-project-structure.md

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

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

0 commit comments

Comments
 (0)