From 2c303969b12806190076842a10926d9eb7ba3a59 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Tue, 8 Feb 2022 22:27:02 +0900 Subject: [PATCH] tools: fix typo in prefer-primordials.js replacable -> replaceable --- tools/eslint-rules/prefer-primordials.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/eslint-rules/prefer-primordials.js b/tools/eslint-rules/prefer-primordials.js index b30527eaf423a4..7ddff5396409fa 100644 --- a/tools/eslint-rules/prefer-primordials.js +++ b/tools/eslint-rules/prefer-primordials.js @@ -1,6 +1,6 @@ /** * @fileoverview We shouldn't use global built-in object for security and - * performance reason. This linter rule reports replacable codes + * performance reason. This linter rule reports replaceable codes * that can be replaced with primordials. * @author Leko */