docs: fix typo (#14933)
authorAdam Ward <admwrd@users.noreply.github.com>
Mon, 17 Nov 2025 13:11:34 +0000 (05:11 -0800)
committerGitHub <noreply@github.com>
Mon, 17 Nov 2025 13:11:34 +0000 (08:11 -0500)
documentation/docs/10-getting-started/30-project-structure.md

index 3e0fe43c967f077e97ae2125f1b832b83d3551ba..a3ea68fe8618f14182eb0d1e8030ba4719c029f0 100644 (file)
@@ -57,7 +57,7 @@ The `src` directory contains the meat of your project. Everything except `src/ro
 - `hooks.server.js` contains your server [hooks](hooks)
 - `service-worker.js` contains your [service worker](service-workers)
 - `instrumentation.server.js` contains your [observability](observability) setup and instrumentation code
-  - Requires adapter support. If your adapter supports it, it is guarnteed to run prior to loading and running your application code.
+  - Requires adapter support. If your adapter supports it, it is guaranteed to run prior to loading and running your application code.
 
 (Whether the project contains `.js` or `.ts` files depends on whether you opt to use TypeScript when you create your project.)