Skip to content

Commit

Permalink
[fix]docs/sort-comp: fix typo for static-variables
Browse files Browse the repository at this point in the history
  • Loading branch information
vedadeepta committed Sep 11, 2019
1 parent 3750d51 commit 29ebd7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/sort-comp.md
Expand Up @@ -91,7 +91,7 @@ The default configuration is:
}
}
```
* `static-methods` is a special keyword that refers to static class variables.
* `static-variables` is a special keyword that refers to static class variables.
* `static-methods` is a special keyword that refers to static class methods.
* `lifecycle` refers to the `lifecycle` group defined in `groups`.
* `everything-else` is a special group that matches all of the methods that do not match any of the other groups.
Expand Down

0 comments on commit 29ebd7a

Please sign in to comment.