Skip to content

Commit 6f50a9f

Browse files
Sync kit docs (#1303)
sync kit docs Co-authored-by: svelte-docs-bot[bot] <196124396+svelte-docs-bot[bot]@users.noreply.github.com>
1 parent 50ef062 commit 6f50a9f

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
@@ -56,7 +56,7 @@ The `src` directory contains the meat of your project. Everything except `src/ro
5656
- `hooks.server.js` contains your server [hooks](hooks)
5757
- `service-worker.js` contains your [service worker](service-workers)
5858

59-
(Whether the project contains `.js` or `.ts` files depends on whether you opt to use TypeScript when you create your project. You can switch between JavaScript and TypeScript in the documentation using the toggle at the bottom of this page.)
59+
(Whether the project contains `.js` or `.ts` files depends on whether you opt to use TypeScript when you create your project.)
6060

6161
If you added [Vitest](https://vitest.dev) when you set up your project, your unit tests will live in the `src` directory with a `.test.js` extension.
6262

0 commit comments

Comments
 (0)