Skip to content

Commit 868ddb8

Browse files
authored
docs: fix typo
1 parent 56621a2 commit 868ddb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const no_compiler_imports = {
77
docs: {
88
description:
99
'Enforce that there are no imports to the compiler in runtime code. ' +
10-
'This prevent accidental inclusion of the compiler runtime and ' +
10+
'This prevents accidental inclusion of the compiler runtime and ' +
1111
"ensures that TypeScript does not pick up more ambient types (for example from Node) that shouldn't be available in the browser."
1212
}
1313
},

0 commit comments

Comments
 (0)