Skip to content

Commit f30b5e3

Browse files
eltociearbengl
authored andcommitted
tools: fix typo in prefer-primordials.js
replacable -> replaceable PR-URL: #41891 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Qingyu Deng <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
1 parent 291fe63 commit f30b5e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/eslint-rules/prefer-primordials.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @fileoverview We shouldn't use global built-in object for security and
3-
* performance reason. This linter rule reports replacable codes
3+
* performance reason. This linter rule reports replaceable codes
44
* that can be replaced with primordials.
55
* @author Leko <[email protected]>
66
*/

0 commit comments

Comments
 (0)