From 058d70cb733035186fef7168fbdecf66f1cb6362 Mon Sep 17 00:00:00 2001 From: Adam Ward Date: Mon, 17 Nov 2025 03:21:56 -0800 Subject: [PATCH] Fix typo at 30-project-structure.md: /guarnteed/guaranteed/ Fix small typo I came across while reading docs. --- documentation/docs/10-getting-started/30-project-structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/10-getting-started/30-project-structure.md b/documentation/docs/10-getting-started/30-project-structure.md index 3e0fe43c967f..a3ea68fe8618 100644 --- a/documentation/docs/10-getting-started/30-project-structure.md +++ b/documentation/docs/10-getting-started/30-project-structure.md @@ -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.)