diff --git a/docs/rules/object-curly-newline.md b/docs/rules/object-curly-newline.md index bab4661e47f..cc98b4293c0 100644 --- a/docs/rules/object-curly-newline.md +++ b/docs/rules/object-curly-newline.md @@ -4,7 +4,7 @@ A number of style guides require or disallow line breaks inside of object braces ## Rule Details -More precisely, the rule requires or disallows a line break between { and its following token, and between } and its preceding token of object literals or destructuring assignments. +This rule requires or disallows a line break between `{` and its following token, and between `}` and its preceding token of object literals or destructuring assignments. ## Options