Skip to content

Commit

Permalink
docs(attr-whitespace): remove example space (#1213)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Oct 29, 2022
1 parent 7a47fd1 commit ff78243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/rules/attr-whitespace.md
Expand Up @@ -25,5 +25,5 @@ The following pattern is considered violation:
```html
<div title=" a"></div>
<div title="a "></div>
<div title =" a "></div>
<div title=" a "></div>
```

0 comments on commit ff78243

Please sign in to comment.