Skip to content

Commit 2fd3cca

Browse files
committed
fix(rule): remove unnecessary prefix on title
1 parent 6334d63 commit 2fd3cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/self-closing-comp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Prevent extra closing tags for components without children (react/self-closing-comp)
1+
# Prevent extra closing tags for components without children (self-closing-comp)
22

33
Components without children can be self-closed to avoid unnecessary extra closing tag.
44

0 commit comments

Comments
 (0)