From e4629b58dd65f56ca3192b3e4ae63954c6db9330 Mon Sep 17 00:00:00 2001 From: Nicolas Hart Date: Wed, 24 Oct 2018 10:13:55 +0200 Subject: [PATCH] Fix markdown title --- docs/rules/no-raw-text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/no-raw-text.md b/docs/rules/no-raw-text.md index 2e0bd42..df75d04 100644 --- a/docs/rules/no-raw-text.md +++ b/docs/rules/no-raw-text.md @@ -25,6 +25,6 @@ const text = 'some text'; {`${text}`} ``` -####This rule has an object option: +#### This rule has an object option: - "skip" – allow to skip checking for the array of custom components