Skip to content

Commit eda56a8

Browse files
committed
test
1 parent eb84aa9 commit eda56a8

File tree

1 file changed

+1
-1
lines changed
  • apps/svelte.dev/content/tutorial/03-sveltekit/02-routing/01-pages

1 file changed

+1
-1
lines changed

apps/svelte.dev/content/tutorial/03-sveltekit/02-routing/01-pages/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Pages
33
---
44

5-
SvelteKit uses filesystem-based routing, which means that the _routes_ of your app — in other words, what the app should do when a user navigates to a particular URL — are defined by the directories in your codebase.
5+
SvelteKit uses x filesystem-based routing, which means that the _routes_ of your app — in other words, what the app should do when a user navigates to a particular URL — are defined by the directories in your codebase.
66

77
Every `+page.svelte` file inside `src/routes` creates a page in your app. In this app we currently have one page — `src/routes/+page.svelte`, which maps to `/`. If we navigate to `/about`, we'll see a 404 Not Found error.
88

0 commit comments

Comments
 (0)