Skip to content

Commit 51f3e66

Browse files
authored
docs: fix typo in comment (#10027)
1 parent c1d3458 commit 51f3e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit/src/core/sync/write_types/index.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ async function run_test(dir) {
2929
}
3030

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

0 commit comments

Comments
 (0)