diff --git a/docs/rules/padded-blocks.md b/docs/rules/padded-blocks.md index 81d3ec46103..1ea3b11990a 100644 --- a/docs/rules/padded-blocks.md +++ b/docs/rules/padded-blocks.md @@ -24,8 +24,8 @@ This rule has one option, which can be a string option or an object option. String option: -* `"always"` (default) requires empty lines at the beginning and ending of block statements (except `switch` statements and classes) -* `"never"` disallows empty lines at the beginning and ending of block statements (except `switch` statements and classes) +* `"always"` (default) requires empty lines at the beginning and ending of block statements and classes +* `"never"` disallows empty lines at the beginning and ending of block statements and classes Object option: