diff --git a/docs/rules/grouped-accessor-pairs.md b/docs/rules/grouped-accessor-pairs.md index 9ba3be9e78a..9a4720c5eea 100644 --- a/docs/rules/grouped-accessor-pairs.md +++ b/docs/rules/grouped-accessor-pairs.md @@ -1,6 +1,6 @@ # Require grouped accessor pairs in object literals and classes (grouped-accessor-pairs) -Getter and setter for the same property don't necessarily have to be defined one after the other. +A getter and setter for the same property don't necessarily have to be defined adjacent to each other. For example, the following statements would create the same object: