You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/docs/80-adapter-api.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Within the `adapt` method, there are a number of things that an adapter should d
28
28
- Clear out the build directory
29
29
- Output code that:
30
30
- 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
32
32
- Globally shims `fetch` to work on the target platform. SvelteKit provides a `@sveltejs/kit/install-fetch` helper for platforms that can use `node-fetch`
33
33
- Bundle the output to avoid needing to install dependencies on the target platform, if desired
0 commit comments