Skip to content

Commit 0f435ee

Browse files
authored
Update aria-label-is-well-formatted.md
1 parent 73c8330 commit 0f435ee

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
@@ -62,5 +62,5 @@ If you determine that there are valid scenarios for `aria-label` to start with l
6262
````
6363
6464
```erb
65-
<a href="https://github.com/shopify/erb-lint"> aria-label="Shopify/erb-lint on GitHub"></a>
65+
<a href="https://github.com/shopify/erb-lint" aria-label="Shopify/erb-lint on GitHub"></a>
6666
```

0 commit comments

Comments
 (0)