Skip to content

Commit

Permalink
docs: fix typo in comment (#10027)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored May 25, 2023
1 parent c1d3458 commit 51f3e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/src/core/sync/write_types/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ async function run_test(dir) {
}

test('Creates correct $types', async () => {
// To safe us from creating a real SvelteKit project for each of the tests,
// To save us from creating a real SvelteKit project for each of the tests,
// we first run the type generation directly for each test case, and then
// call `tsc` to check that the generated types are valid.
await run_test('actions');
Expand Down

0 comments on commit 51f3e66

Please sign in to comment.