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 63750c9 commit 1bc58f4Copy full SHA for 1bc58f4
docs/rules/sort-comp.md
@@ -86,9 +86,9 @@ The default configuration is:
86
```
87
88
* `static-methods` is a special keyword that refers to static class methods.
89
-* `lifecycle` is refering to the `lifecycle` group defined in `groups`.
+* `lifecycle` is referring to the `lifecycle` group defined in `groups`.
90
* `everything-else` is a special group that match all the methods that do not match any of the other groups.
91
-* `render` is refering to the `render` method.
+* `render` is referring to the `render` method.
92
93
You can override this configuration to match your needs.
94
0 commit comments