From 1324f10ac58d3685fdb656a4fc9d1e5c9d035e42 Mon Sep 17 00:00:00 2001 From: Abdelrahman Elkady Date: Mon, 13 Jun 2022 19:31:27 +0200 Subject: [PATCH] docs: unify the wording referring to optional exception (#15893) --- 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 = {