Skip to content

Commit 43ed843

Browse files
authored
docs: removed reference to js/ts toggle. (#13717)
There is no toggle on the bottom of the page now, so removing the sentence about it to avoid confusion.
1 parent a6cde44 commit 43ed843

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

58-
(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.)
58+
(Whether the project contains `.js` or `.ts` files depends on whether you opt to use TypeScript when you create your project.)
5959

6060
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.
6161

0 commit comments

Comments
 (0)