Skip to content

Commit

Permalink
fix(docs): Minor spelling change (#2940)
Browse files Browse the repository at this point in the history
  • Loading branch information
moatra authored Nov 28, 2021
1 parent f95801e commit 4e1c03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/03-loading.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Our example blog page might contain a `load` function like the following:

If `load` returns nothing, SvelteKit will [fall through](#routing-advanced-fallthrough-routes) to other routes until something responds, or will respond with a generic 404.

SvelteKit's `load` receives an implemention of `fetch`, which has the following special properties:
SvelteKit's `load` receives an implementation of `fetch`, which has the following special properties:

- it has access to cookies on the server
- it can make requests against the app's own endpoints without issuing an HTTP call
Expand Down

0 comments on commit 4e1c03f

Please sign in to comment.