We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee78f9 commit 66ca07aCopy full SHA for 66ca07a
docs/contributing/FAQ.md
@@ -124,7 +124,7 @@ Consider whether the heading/line can be shortened by renaming variables (e.g.,
124
125
## What should I do if JavaScript linting on my commits fails because my function exceeds the maximum permissible number of parameters?
126
127
-Consider whether the number of parameters can be reduced. If reducing is not possible, disable the lint rule at the top level using:
+Consider whether the number of parameters can be reduced. If reduction is not possible, disable the lint rule at the top level using:
128
129
```javascript
130
// eslint-disable-line max-params
0 commit comments