diff --git a/content/patterns/grid/grid-pattern.html b/content/patterns/grid/grid-pattern.html
index eec44961f9..844010c92b 100644
--- a/content/patterns/grid/grid-pattern.html
+++ b/content/patterns/grid/grid-pattern.html
@@ -346,7 +346,7 @@
Editing and Navigating Inside a Cell
Otherwise, passes the key event to the focused widget.
- Left Arrow or Up Arrow: If the cell contains multiple widgets, moves focus to the previous widget inside the cell, optionally wrapping to the first widget if focus is on the last widget.
+ Left Arrow or Up Arrow: If the cell contains multiple widgets, moves focus to the previous widget inside the cell, optionally wrapping to the last widget if focus is on the first widget.
Otherwise, passes the key event to the focused widget.