Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Sep 1, 2022
1 parent 8d5d6d0 commit 884d4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/05-load.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ import * as api from '$lib/api';
export async function load({ depends }) {
depends(
`${api.base}/foo`,
`${api.base}/bar`
`${api.base}/bar`,
'my-stuff:foo'
);

Expand Down

0 comments on commit 884d4fb

Please sign in to comment.