Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorIkko Ashimine <eltociear@gmail.com>2022-02-08 19:41:40 +0300
committerGitHub <noreply@github.com>2022-02-08 19:41:40 +0300
commit0dce87e2790cd9a1c3d6874fdb85c2b09d2d2dfb (patch)
tree77d53c1b8c23d89c7843f94d32bfda05ffa7bb90 /tools
parent5942c90296a1b9782452da053f89aaafdd68e33c (diff)
tools: fix typo in prefer-primordials.js
replacable -> replaceable PR-URL: https://github.com/nodejs/node/pull/41891 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Qingyu Deng <i@ayase-lab.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/eslint-rules/prefer-primordials.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/eslint-rules/prefer-primordials.js b/tools/eslint-rules/prefer-primordials.js
index b30527eaf42..7ddff539640 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 <leko.noor@gmail.com>
*/