Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
tools: fix typo in prefer-primordials.js
replacable -> replaceable
  • Loading branch information
eltociear authored Feb 8, 2022
commit 2c303969b12806190076842a10926d9eb7ba3a59
2 changes: 1 addition & 1 deletion tools/eslint-rules/prefer-primordials.js
Original file line number Diff line number Diff line change
@@ -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