Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit df143ff

Browse filesBrowse 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
Copy full SHA for df143ff

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

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

Copy file name to clipboardExpand all lines: docs/rules/accessibility/aria-label-is-well-formatted.md
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.