diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 067b3943e..e12c9cdc5 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -48,7 +48,7 @@ established in the code. - **Naming**:
Keep variable & method names concise & descriptive.
- Variable names `index`, `collection`, & `callback` are preferable to + Variable names `index`, `array`, & `iteratee` are preferable to `i`, `arr`, & `fn`. - **Quotes**: