Skip to content

Commit

Permalink
Fix a typo for Layout/IndentFirstParameter
Browse files Browse the repository at this point in the history
This PR fixes a typo for `Layout/IndentFirstParameter`.

```console
% misspell -i enviromnent .
config/default.yml:742:24: "defintion" is a misspelling of "definition"
```
  • Loading branch information
koic authored and bbatsov committed Apr 29, 2019
1 parent 17cdf5a commit 6b68976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ Layout/IndentFirstHashElement:
Layout/IndentFirstParameter:
Description: >-
Checks the indentation of the first parameter in a
method defintion.
method definition.
Enabled: true
VersionAdded: '0.49'
VersionChanged: '0.68'
Expand Down

0 comments on commit 6b68976

Please sign in to comment.