From d6964931d35a84adfbb90dc431498c7f2c83b1cf Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Thu, 5 Mar 2026 15:32:23 +0100 Subject: [PATCH] chore: fix typo in comment To -> too --- eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index 9e1b6edf8..84ceef49d 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -188,7 +188,7 @@ const jsdocConfig = { 'jsdoc/match-description': 'off', 'jsdoc/tag-lines': ['error', 'any', { startLines: 1 }], 'jsdoc/no-types': 'off', - // Note: no-undefined-types rule causes to many false positives: + // Note: no-undefined-types rule causes too many false positives: // https://github.com/gajus/eslint-plugin-jsdoc/issues/559 // And it is also unaware of many built in types // https://github.com/gajus/eslint-plugin-jsdoc/issues/280