Skip to content

Commit

Permalink
Update ambient.d.ts (#4130)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoam authored Feb 28, 2022
1 parent f6d5d4d commit 390689b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/types/ambient.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ declare module '$app/navigation' {
* If no argument is given, all routes will be fetched, otherwise you can specify routes by any matching pathname
* such as `/about` (to match `src/routes/about.svelte`) or `/blog/*` (to match `src/routes/blog/[slug].svelte`).
*
* Unlike prefetch, this won't call preload for individual pages.
* Unlike prefetch, this won't call load for individual pages.
* Returns a Promise that resolves when the routes have been prefetched.
*/
export function prefetchRoutes(routes?: string[]): Promise<void>;
Expand Down

0 comments on commit 390689b

Please sign in to comment.