Skip to content

Commit

Permalink
tools: fix typo in prefer-primordials.js
Browse files Browse the repository at this point in the history
replacable -> replaceable

PR-URL: #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>
  • Loading branch information
eltociear authored and danielleadams committed Apr 21, 2022
1 parent b950f5d commit 57d5576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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>
*/
Expand Down

0 comments on commit 57d5576

Please sign in to comment.