diff --git a/compiler/.eslintrc.js b/compiler/.eslintrc.js index 2f68f5c3103ce..207f14f183c47 100644 --- a/compiler/.eslintrc.js +++ b/compiler/.eslintrc.js @@ -99,7 +99,7 @@ module.exports = { }, /* * If rules need to be disabled then the rule is insufficiently high signal - * and should be diasbled altogether or customized (in either case via a standalone PR) + * and should be disabled altogether or customized (in either case via a standalone PR) */ noInlineConfig: true, reportUnusedDisableDirectives: true,