We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b21a440 commit 521a417Copy full SHA for 521a417
packages/kit/types/ambient.d.ts
@@ -18,7 +18,7 @@
18
* By populating these interfaces, you will gain type safety when using `event.locals`, `event.platform`, `session` and `stuff`.
19
*
20
* Note that since it's an ambient declaration file, you have to be careful when using `import` statements. Once you add an `import`
21
- * at the top level, the declaration file is no longer considered ambient and you loose access to these typings in other files.
+ * at the top level, the declaration file is no longer considered ambient and you lose access to these typings in other files.
22
* To avoid this, either use the `import(...)` function:
23
24
* ```ts
0 commit comments