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.
2 parents 73c8330 + a93b600 commit df143ffCopy full SHA for df143ff
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 👍
@@ -62,5 +62,5 @@ If you determine that there are valid scenarios for `aria-label` to start with l
62
````
63
64
65
-<a href="https://github.com/shopify/erb-lint"> aria-label="Shopify/erb-lint on GitHub"></a>
+<a href="https://github.com/shopify/erb-lint" aria-label="Shopify/erb-lint on GitHub"></a>
66
0 commit comments