[guide] Spread operator => Spread syntax

This commit is contained in:
Asher Hwang
2021-05-11 09:08:23 +09:00
committed by Jordan Harband
parent 1fb4592122
commit 35914b1402
2 changed files with 3 additions and 3 deletions

View File

@@ -146,7 +146,7 @@ module.exports = {
// https://eslint.org/docs/rules/prefer-rest-params
'prefer-rest-params': 'error',
// suggest using the spread operator instead of .apply()
// suggest using the spread syntax instead of .apply()
// https://eslint.org/docs/rules/prefer-spread
'prefer-spread': 'error',