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'), }, },