From 508f33943c48c934e4380c5bfe2abd075a4f3b84 Mon Sep 17 00:00:00 2001 From: "svelte-docs-bot[bot]" <196124396+svelte-docs-bot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 13:12:04 +0000 Subject: [PATCH] sync kit docs --- .../content/docs/kit/10-getting-started/30-project-structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/svelte.dev/content/docs/kit/10-getting-started/30-project-structure.md b/apps/svelte.dev/content/docs/kit/10-getting-started/30-project-structure.md index a06f35952..af6a4a712 100644 --- a/apps/svelte.dev/content/docs/kit/10-getting-started/30-project-structure.md +++ b/apps/svelte.dev/content/docs/kit/10-getting-started/30-project-structure.md @@ -58,7 +58,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.)