Skip to content

Commit

Permalink
Fixed incorrect case in link to LayoutGrids.html from aria-practices.…
Browse files Browse the repository at this point in the history
…html.
  • Loading branch information
mcking65 committed Oct 29, 2016
1 parent acbfb36 commit 810089a
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 @@ -873,7 +873,7 @@ <h4>WAI-ARIA Roles, States, and Properties</h4>
<h4>Examples</h4>
<ul>
<li><a href="examples/grid/dataGrids.html">Data Grids</a>: Three example implementations of grid that include features relevant to presenting tabular information, such as content editing, sort, and column hiding. </li>
<li><a href="examples/grid/layoutGrids.html">Layout Grids</a>: Three example implementations of grids that are used to lay out widgets, including a collection of navigation links, a message recipients list, and a set of search results. </li>
<li><a href="examples/grid/LayoutGrids.html">Layout Grids</a>: Three example implementations of grids that are used to lay out widgets, including a collection of navigation links, a message recipients list, and a set of search results. </li>
</ul>
</section>
</section>
Expand Down

0 comments on commit 810089a

Please sign in to comment.