Skip to content

Commit cf0584e

Browse files
Update packages/svelte/src/index.d.ts
Co-authored-by: Ben McCann <[email protected]>
1 parent d216abf commit cf0584e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ export type MountOptions<Props extends Record<string, any> = Record<string, any>
329329
*/
330330
events?: Record<string, (e: any) => any>;
331331
/**
332-
* Context that can be access via `getContext()` at the component level.
332+
* Can be accessed via `getContext()` at the component level.
333333
*/
334334
context?: Map<any, any>;
335335
/**

0 commit comments

Comments
 (0)