Skip to content

Commit c8c6c54

Browse files
chore: fix description of property
1 parent a681afd commit c8c6c54

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/fiori/src/NavigationLayout.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import NavigationLayoutCss from "./generated/themes/NavigationLayout.css.js";
2828
*
2929
* On larger screens (over 600px width), the side navigation is visible
3030
* by default and can be expanded or collapsed using the `mode` property.
31-
* On small screens(under 600px width), the side navigation is hidden by
31+
* On small screens (under 600px width), the side navigation is hidden by
3232
* default and can be displayed using the `mode` property.
3333
*
3434
* ### ES6 Module Import

packages/fiori/src/SideNavigation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class SideNavigation extends UI5Element {
123123
/**
124124
* Defines whether the `ui5-side-navigation` is expanded or collapsed.
125125
*
126-
* **Note:** The collapsed mode is not supported on small screens (under 600 px wide) and in
126+
* **Note:** On small screens (under 600 px wide) the collapsed mode is not supported and in
127127
* expanded mode the Side Navigation will take the whole width of the screen.
128128
* The `ui5-side-navigation` component is intended to be used within a `ui5-navigation-layout`
129129
* component to ensure proper responsive behavior. If you choose not to use the

0 commit comments

Comments
 (0)