Skip to content

Commit

Permalink
Layout Grid Example: Fix paragraph tag and white space
Browse files Browse the repository at this point in the history
  • Loading branch information
mcking65 committed Nov 29, 2017
2 parents a1de1af + e939469 commit fc80f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/grid/LayoutGrids.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h1>Layout Grid Examples</h1>
Thus, a link contained inside of a grid cell is presented to a screen reader as a link.
By contrast, a link inside of a menu is presented as a menuitem, and a link inside of a listbox is presented as an option.
</p>
<p> Similar examples include:</p>
<p>Similar examples include:</p>
<ul>
<li><a href="dataGrids.html">Data Grid Examples</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="advancedDataGrid.html">Advanced Data Grid Example</a>: Example of a grid with behaviors and features similar to a typical spreadsheet, including cell and row selection.</li>
Expand Down

0 comments on commit fc80f88

Please sign in to comment.