Skip to content

Commit c38b18e

Browse files
Fix typo
1 parent c554269 commit c38b18e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/80-adapter-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Within the `adapt` method, there are a number of things that an adapter should d
2828
- Clear out the build directory
2929
- Output code that:
3030
- Calls `init`
31-
- Converts from the patform's request to a [SvelteKit request](#hooks-handle), calls `render`, and converts from a [SvelteKit response](#hooks-handle) to the platform's
31+
- Converts from the platform's request to a [SvelteKit request](#hooks-handle), calls `render`, and converts from a [SvelteKit response](#hooks-handle) to the platform's
3232
- Globally shims `fetch` to work on the target platform. SvelteKit provides a `@sveltejs/kit/install-fetch` helper for platforms that can use `node-fetch`
3333
- Bundle the output to avoid needing to install dependencies on the target platform, if desired
3434
- Call `utils.prerender`

0 commit comments

Comments
 (0)