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