Skip to content

Commit df143ff

Browse files
authored
Merge pull request #67 from github/typo-fix
Fix small typo in aria-label-is-well-formatted.md
2 parents 73c8330 + a93b600 commit df143ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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 👍
@@ -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)