From 2fd3ccad4aee89fcef5377e7585cdcba2daf1849 Mon Sep 17 00:00:00 2001 From: Adnan Asani Date: Sun, 19 Feb 2017 14:35:09 +0100 Subject: [PATCH] fix(rule): remove unnecessary prefix on title --- docs/rules/self-closing-comp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.