Skip to content

Commit 95ec444

Browse files
committed
typos
1 parent 5d21785 commit 95ec444

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

documentation/docs/25-build-and-deploy/90-adapter-vercel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,4 @@ export async function GET() {
174174
}
175175
```
176176

177-
> Only assets that are imported or transitively imported in `+page.server`, `+layout.server`, and `+server` files are included in the Serverless Function bundle.
177+
> Only assets that are imported or transitively imported in `+page.server`, `+layout.server` and `+server` files are included in the Serverless Function bundle.

packages/kit/src/exports/public.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export interface Builder {
124124
getServerDirectory(): string;
125125
/** Get the application path including any configured `base` path, e.g. `my-base-path/_app`. */
126126
getAppPath(): string;
127-
/** Get the assets paths imported by server-side code for each route and the root [default error page](https://kit.svelte.dev/docs/routing#error). */
127+
/** Get the asset paths imported by server-side code for each route and the root [default error page](https://kit.svelte.dev/docs/routing#error). */
128128
getServerAssets(): {
129129
/** A map of route IDs and its array of assets paths imported by server-side code. */
130130
routes: Map<string, string[]>;

0 commit comments

Comments
 (0)