File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments