diff --git a/docs/rules/self-closing-comp.md b/docs/rules/self-closing-comp.md index a81d54f274..2913c5ef3c 100644 --- a/docs/rules/self-closing-comp.md +++ b/docs/rules/self-closing-comp.md @@ -1,4 +1,4 @@ -# Prevent extra closing tags for components without children (react/self-closing-comp) +# Prevent extra closing tags for components without children (self-closing-comp) Components without children can be self-closed to avoid unnecessary extra closing tag.