diff --git a/docs/rules/padding-line-between-blocks.md b/docs/rules/padding-line-between-blocks.md index 4f3ee0290..645efeac7 100644 --- a/docs/rules/padding-line-between-blocks.md +++ b/docs/rules/padding-line-between-blocks.md @@ -14,7 +14,7 @@ since: v6.2.0 ## :book: Rule Details -This rule requires or disallows blank lines between the given 2 blocks. Properly blank lines help developers to understand the code. +This rule requires or disallows blank lines between blocks. Properly placed blank lines help developers understand the code.