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 b58f90c commit 96fa054
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/docs/20-core-concepts/10-routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Each route directory contains one or more _route files_, which can be identified

Here are a few simple rules to help you remember how SvelteKit's routing works:

* All files can run on the **server**
* Files run on the **client**, except `+server` files
* `+layout` and `+error` files affect routes in subdirectories
* All files can run on the server
* All files run on the client except `+server` files
* `+layout` and `+error` files affect the rendering of routes in subdirectories

## +page

Expand Down

0 comments on commit 96fa054

Please sign in to comment.