From bf5a3100add64d372d171fc839044f45952a7f1b Mon Sep 17 00:00:00 2001 From: Yosuke Ota Date: Wed, 5 May 2021 09:12:10 +0900 Subject: [PATCH] Fix typo (#1485) --- docs/rules/no-template-target-blank.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/rules/no-template-target-blank.md b/docs/rules/no-template-target-blank.md index 411b1c9c2..f53289e3e 100644 --- a/docs/rules/no-template-target-blank.md +++ b/docs/rules/no-template-target-blank.md @@ -22,7 +22,7 @@ This rule disallows using `target="_blank"` attribute without `rel="noopener nor link - + ``` @@ -52,7 +52,7 @@ This rule disallows using `target="_blank"` attribute without `rel="noopener nor link - + ``` @@ -68,7 +68,7 @@ This rule disallows using `target="_blank"` attribute without `rel="noopener nor link - + ``` @@ -84,7 +84,7 @@ This rule disallows using `target="_blank"` attribute without `rel="noopener nor link - + ``` @@ -100,7 +100,7 @@ This rule disallows using `target="_blank"` attribute without `rel="noopener nor link - + ```