diff --git a/docs/rules/object-curly-newline.md b/docs/rules/object-curly-newline.md index 587ad885bdc..b2861b2a2fd 100644 --- a/docs/rules/object-curly-newline.md +++ b/docs/rules/object-curly-newline.md @@ -472,7 +472,7 @@ If you don't want to enforce consistent line breaks inside braces, then it's saf ## Related Rules -* [comma-spacing](key-spacing.md) +* [comma-spacing](comma-spacing.md) * [key-spacing](key-spacing.md) * [object-curly-spacing](object-curly-spacing.md) * [object-property-newline](object-property-newline.md)