Skip to content

Commit 521a417

Browse files
Update packages/kit/types/ambient.d.ts
Co-authored-by: gtmnayan <[email protected]>
1 parent b21a440 commit 521a417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit/types/ambient.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* By populating these interfaces, you will gain type safety when using `event.locals`, `event.platform`, `session` and `stuff`.
1919
*
2020
* 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.
21+
* at the top level, the declaration file is no longer considered ambient and you lose access to these typings in other files.
2222
* To avoid this, either use the `import(...)` function:
2323
*
2424
* ```ts

0 commit comments

Comments
 (0)