We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f435ee commit a93b600Copy full SHA for a93b600
docs/rules/accessibility/aria-label-is-well-formatted.md
@@ -48,7 +48,7 @@ If you determine that there are valid scenarios for `aria-label` to start with l
48
```
49
50
```erb
51
-<a href="https://github.com/shopify/erb-lint"> aria-label="github.com/shopify/erb-lint"></a>
+<a href="https://github.com/shopify/erb-lint" aria-label="github.com/shopify/erb-lint"></a>
52
53
54
### **Correct** code for this rule 👍
0 commit comments