Skip to content

Commit a93b600

Browse files
committed
fix other typo
1 parent 0f435ee commit a93b600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/accessibility/aria-label-is-well-formatted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ If you determine that there are valid scenarios for `aria-label` to start with l
4848
```
4949

5050
```erb
51-
<a href="https://github.com/shopify/erb-lint"> aria-label="github.com/shopify/erb-lint"></a>
51+
<a href="https://github.com/shopify/erb-lint" aria-label="github.com/shopify/erb-lint"></a>
5252
```
5353

5454
### **Correct** code for this rule 👍

0 commit comments

Comments
 (0)