Skip to content

Commit

Permalink
Update documentation/docs/20-core-concepts/10-routing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Jun 19, 2024
1 parent 96fa054 commit 36415e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/20-core-concepts/10-routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ At the heart of SvelteKit is a _filesystem-based router_. The routes of your app
Each route directory contains one or more _route files_, which can be identified by their `+` prefix.

Here are a few simple rules to help you remember how SvelteKit's routing works:
We'll introduce these files in a moment in more detail, but here are a few simple rules to help you remember how SvelteKit's routing works:

* All files can run on the server
* All files run on the client except `+server` files
Expand Down

0 comments on commit 36415e5

Please sign in to comment.