Skip to content

Commit 66ca07a

Browse files
chore: apply suggestions from review
Signed-off-by: Karan Anand <[email protected]>
1 parent aee78f9 commit 66ca07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Consider whether the heading/line can be shortened by renaming variables (e.g.,
124124

125125
## What should I do if JavaScript linting on my commits fails because my function exceeds the maximum permissible number of parameters?
126126

127-
Consider whether the number of parameters can be reduced. If reducing is not possible, disable the lint rule at the top level using:
127+
Consider whether the number of parameters can be reduced. If reduction is not possible, disable the lint rule at the top level using:
128128

129129
```javascript
130130
// eslint-disable-line max-params

0 commit comments

Comments
 (0)