From 868ddb84410fed0607b029653b2333779424b000 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Sun, 29 Sep 2024 09:23:38 -0700 Subject: [PATCH] docs: fix typo --- eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index ad8c5a3597..d6c977a36a 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -7,7 +7,7 @@ const no_compiler_imports = { docs: { description: 'Enforce that there are no imports to the compiler in runtime code. ' + - 'This prevent accidental inclusion of the compiler runtime and ' + + 'This prevents accidental inclusion of the compiler runtime and ' + "ensures that TypeScript does not pick up more ambient types (for example from Node) that shouldn't be available in the browser." } },