Skip to content

Commit 6c3d461

Browse files
authored
Update packages/svelte/types/index.d.ts
1 parent cf0584e commit 6c3d461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ declare module 'svelte' {
326326
*/
327327
events?: Record<string, (e: any) => any>;
328328
/**
329-
* Context that can be access via `getContext()` at the component level.
329+
* Can be accessed via `getContext()` at the component level.
330330
*/
331331
context?: Map<any, any>;
332332
/**

0 commit comments

Comments
 (0)