From d373e3f414bebd568d2c3e8fecc92cda6d66482b Mon Sep 17 00:00:00 2001 From: Ganessh Kumar Date: Thu, 26 Oct 2023 22:52:05 +0000 Subject: [PATCH 1/2] fixing axis story documentation --- .../FocusManagement/useArrowNavigationGoup/Axis.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-components/react-components/stories/Concepts/FocusManagement/useArrowNavigationGoup/Axis.stories.tsx b/packages/react-components/react-components/stories/Concepts/FocusManagement/useArrowNavigationGoup/Axis.stories.tsx index 419ed39a9ea93f..082011e60f63fd 100644 --- a/packages/react-components/react-components/stories/Concepts/FocusManagement/useArrowNavigationGoup/Axis.stories.tsx +++ b/packages/react-components/react-components/stories/Concepts/FocusManagement/useArrowNavigationGoup/Axis.stories.tsx @@ -89,7 +89,7 @@ Axis.parameters = { '- vertical - navigation with up/downkeys', '- both - navigation with all arrow keys, left/down and right/up will navigate in the same direction', '- grid - bidirectional navigation in a 2D grid', - '- grid-liear - same as grid navigation, but horizontal focus will continue to flow to the next row', + '- grid-linear - same as grid navigation, but horizontal focus will continue to flow to the next row', ].join('\n'), }, }, From 45fa47ed900fa2b358c35d405d6da5e81ff1f079 Mon Sep 17 00:00:00 2001 From: Ganessh Kumar Date: Thu, 26 Oct 2023 22:59:17 +0000 Subject: [PATCH 2/2] Initial commit