We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d3458 commit 51f3e66Copy full SHA for 51f3e66
packages/kit/src/core/sync/write_types/index.spec.js
@@ -29,7 +29,7 @@ async function run_test(dir) {
29
}
30
31
test('Creates correct $types', async () => {
32
- // 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,
33
// we first run the type generation directly for each test case, and then
34
// call `tsc` to check that the generated types are valid.
35
await run_test('actions');
0 commit comments