Skip to content

Commit 1bc58f4

Browse files
committed
Change "refering" to "referring" in sort-comp.md
This word was misspelled.
1 parent 63750c9 commit 1bc58f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rules/sort-comp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ The default configuration is:
8686
```
8787

8888
* `static-methods` is a special keyword that refers to static class methods.
89-
* `lifecycle` is refering to the `lifecycle` group defined in `groups`.
89+
* `lifecycle` is referring to the `lifecycle` group defined in `groups`.
9090
* `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.
91+
* `render` is referring to the `render` method.
9292

9393
You can override this configuration to match your needs.
9494

0 commit comments

Comments
 (0)