From 4eae7902119a5af9e0a85ca8576b06b93bf72bdb Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Thu, 30 Aug 2018 00:43:31 -0400 Subject: [PATCH] typo: arbetrary -> arbitrary --- examples/grid/LayoutGrids.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/grid/LayoutGrids.html b/examples/grid/LayoutGrids.html index eba364bf25..da1c69c84e 100644 --- a/examples/grid/LayoutGrids.html +++ b/examples/grid/LayoutGrids.html @@ -417,7 +417,7 @@

Other Features

Whether focus can wrap to the first row in the next column or the last row in the previous column when Down Arrow and Up Arrow are pressed:
The only condition where this wrapping is appropriate is when every cell in the grid belongs to a single logical set. - In other words, if presentation of all elements in a single row is logically equivalent to presenting the same elements in an arbetrary number of rows and columns, + In other words, if presentation of all elements in a single row is logically equivalent to presenting the same elements in an arbitrary number of rows and columns, then it is appropriate for Down Arrow and Up Arrow to behave as if all cells are in a single column. For instance, in example 1, all cells contain a navigation link. That set of six links could be presented in a single row, a single column, or divided into two rows of three or three rows of two; all these presentations would be logically equivalent. @@ -450,7 +450,7 @@

Keyboard Support

NOTE: The following table describes keyboard commands that move focus among grid cells. In the examples on this page, some cells contain a single focusable widget, and if a cell contains a widget, the cell is not focusable; the widget receives focus instead of the cell. - So, when a description says a command moves focus to a cell, the command may either focus the cell or a widget inside the cell. + So, when a description says a command moves focus to a cell, the command may either focus the cell or a widget inside the cell.