From a34846ff7e5144afc8213b3f53edea2d9012c9a2 Mon Sep 17 00:00:00 2001 From: Abdelrahman Elkady Date: Thu, 19 May 2022 15:19:08 +0200 Subject: [PATCH] docs: unify the wording referring to optional exception --- docs/src/rules/object-property-newline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/rules/object-property-newline.md b/docs/src/rules/object-property-newline.md index 5e0985907ee..2407e7bdcc4 100644 --- a/docs/src/rules/object-property-newline.md +++ b/docs/src/rules/object-property-newline.md @@ -108,7 +108,7 @@ This rule applies equally to all property specifications, regardless of notation * `a` (ES2015 shorthand property) * ``[`prop${a}`]`` (ES2015 computed property name) -Thus, the rule (without the object option) prohibits both of these: +Thus, the rule (without the optional exception) prohibits both of these: ```js const newObject = {