From cf29dfa3df8500feac42f648c29de7ae7e311a74 Mon Sep 17 00:00:00 2001 From: IB002 <132930816+IB002@users.noreply.github.com> Date: Fri, 14 Jul 2023 19:12:41 -0400 Subject: [PATCH] docs(styles): fixed typo in horizontal navigation [ci visual] (#4684) Co-authored-by: droshev --- .../horizontal-navigation/horizontal-navigation.stories.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/styles/stories/Patterns/horizontal-navigation/horizontal-navigation.stories.js b/packages/styles/stories/Patterns/horizontal-navigation/horizontal-navigation.stories.js index 30d04341fd..8091b3f3ea 100644 --- a/packages/styles/stories/Patterns/horizontal-navigation/horizontal-navigation.stories.js +++ b/packages/styles/stories/Patterns/horizontal-navigation/horizontal-navigation.stories.js @@ -23,7 +23,7 @@ Preferably the Horizontal Navigation is suitable for a maximum of seven to nine It displays the navigation items respectively in horizontal mode. The Tabs are displayed underneath the Tool Header, enabling the navigation into another page and context within the same Application while the Tool Header and the Tabs remain static. -The Horizontal Navigation Tabs are built with the IconTabBar component with two additional modifier classes \`.fd-icon-tab-bar--navigation\` nad \`.fd-icon-tab-bar--navigation-horizontal\`. +The Horizontal Navigation Tabs are built with the IconTabBar component with two additional modifier classes \`.fd-icon-tab-bar--navigation\` and \`.fd-icon-tab-bar--navigation-horizontal\`. The Horizontal Navigation is always integrated with the Tool Header. It should not be displayed standalone. @@ -58,4 +58,4 @@ TextAndIconPhone.parameters = { story: 'Icon Tab Bars with Two Click Areas' } } -}; \ No newline at end of file +};