Skip to content

Commit

Permalink
fix(rule): remove unnecessary prefix on title
Browse files Browse the repository at this point in the history
  • Loading branch information
adnasa committed Feb 19, 2017
1 parent 6334d63 commit 2fd3cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.

Expand Down

0 comments on commit 2fd3cca

Please sign in to comment.