Skip to content

Commit 1324f10

Browse files
docs: unify the wording referring to optional exception (#15893)
1 parent cdcf11e commit 1324f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/rules/object-property-newline.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ This rule applies equally to all property specifications, regardless of notation
108108
* `a` (ES2015 shorthand property)
109109
* ``[`prop${a}`]`` (ES2015 computed property name)
110110

111-
Thus, the rule (without the object option) prohibits both of these:
111+
Thus, the rule (without the optional exception) prohibits both of these:
112112

113113
```js
114114
const newObject = {

0 commit comments

Comments
 (0)