Skip to content

Commit

Permalink
Feed Pattern: correct typo in aria-describedby guidance
Browse files Browse the repository at this point in the history
Per feedback from @annabbott in issue #560,
modified the roles, states, and properties subsection of the feed pattern in aria-practices.html
to correct a typo in the aria-describedby bullet, changed "Each" to "each".
  • Loading branch information
mcking65 committed Dec 8, 2017
1 parent ab0343e commit 200afa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aria-practices.html
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,7 @@ <h4>WAI-ARIA Roles, States, and Properties</h4>
referring to elements inside the article that can serve as a distinguishing label.
</li>
<li>
It is optional but strongly recommended for Each <code>article</code> element to have
It is optional but strongly recommended for each <code>article</code> element to have
<a href="#aria-describedby" class="property-reference">aria-describedby</a>
referring to one or more elements inside the article that serve as the primary content of the article.
</li>
Expand Down

0 comments on commit 200afa4

Please sign in to comment.