From e939469da08d338abc5de11130f46eb99ff2f2d0 Mon Sep 17 00:00:00 2001
From: Nick Schonning
Date: Wed, 22 Nov 2017 17:52:17 -0500
Subject: [PATCH] bug(grid): unclosed paragraph tag
---
examples/grid/LayoutGrids.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/grid/LayoutGrids.html b/examples/grid/LayoutGrids.html
index 86d59d111f..6c0963e224 100644
--- a/examples/grid/LayoutGrids.html
+++ b/examples/grid/LayoutGrids.html
@@ -42,7 +42,7 @@ Layout Grid Examples
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.
-
+
Similar examples include:
- Data Grid Examples: Three example implementations of grid that include features relevant to presenting tabular information, such as content editing, sort, and column hiding.
- Advanced Data Grid Example: Example of a grid with behaviors and features similar to a typical spreadsheet, including cell and row selection.