diff --git a/docs/MigrationGuide.mdx b/docs/MigrationGuide.mdx index 4be32132796..0e4d2b8293f 100644 --- a/docs/MigrationGuide.mdx +++ b/docs/MigrationGuide.mdx @@ -546,7 +546,7 @@ As the new `Toolbar` is a completely different component, we can't offer a prope ### ActionSheet The prop `portalContainer` has been removed as it is no longer needed due to the [popover API](https://developer.mozilla.org/en-US/docs/Web/API/Popover_API) which is now used in the UI5 Web Components. -For a better aligned API, the `showCancelButton` prop has been replaced wih the `hideCancelButton` prop and the logic has been inverted. Also, the `a11yConfig` prop has been renamed to `accessibilityAttributes`. +For a better aligned API, the `showCancelButton` prop has been replaced with the `hideCancelButton` prop and the logic has been inverted. Also, the `a11yConfig` prop has been renamed to `accessibilityAttributes`. ```tsx // v1 diff --git a/packages/charts/src/components/ColumnChart/ColumnChart.mdx b/packages/charts/src/components/ColumnChart/ColumnChart.mdx index d4ea30cd4ad..26a41ff5fff 100644 --- a/packages/charts/src/components/ColumnChart/ColumnChart.mdx +++ b/packages/charts/src/components/ColumnChart/ColumnChart.mdx @@ -78,7 +78,7 @@ You can set a reference line to any value by using the `referenceLine` `chartCon description={<>When multiple columns per dimension are present (e.g. stacked + standalone), the built-in tooltip total is not available. You can provide a custom tooltip via the tooltipConfig.content prop to display a total for specific measures.} /> -; + diff --git a/packages/charts/src/components/TimelineChart/TimeLineChart.mdx b/packages/charts/src/components/TimelineChart/TimeLineChart.mdx index ea93aa605a4..80208bd1064 100644 --- a/packages/charts/src/components/TimelineChart/TimeLineChart.mdx +++ b/packages/charts/src/components/TimelineChart/TimeLineChart.mdx @@ -108,7 +108,7 @@ chart can be made to contain only custom annotations that utilize the other feat interaction with the mouse is needed for the custom annotation, the annotation should have the `pointerEvents` set to _auto_ in its own style. -The example below shows the timeline for the some of the most momentuous inventions in the +The example below shows the timeline for the some of the most momentous inventions in the last 6000 years from the year 2022. These annotations have been made using SVG just to demonstrate that any valid element can be used for making the annotations. diff --git a/packages/main/src/webComponents/DynamicPage/DynamicPage.stories.tsx b/packages/main/src/webComponents/DynamicPage/DynamicPage.stories.tsx index 72bc6ca8179..746c5a33047 100644 --- a/packages/main/src/webComponents/DynamicPage/DynamicPage.stories.tsx +++ b/packages/main/src/webComponents/DynamicPage/DynamicPage.stories.tsx @@ -105,7 +105,7 @@ const meta = { - + diff --git a/packages/main/src/webComponents/Table/Table.mdx b/packages/main/src/webComponents/Table/Table.mdx index 28cfab57c43..61cc6d71e79 100644 --- a/packages/main/src/webComponents/Table/Table.mdx +++ b/packages/main/src/webComponents/Table/Table.mdx @@ -253,7 +253,7 @@ The `invisible` prop of row actions allows you to hide specific row actions whil -## Drag and rop table rows +## Drag and drop table rows Enable drag-and-drop by using the `onMoveOver` and `onMove` event in combination with the `movable` prop on the `TableRow`. diff --git a/packages/main/src/webComponents/Toast/Toast.mdx b/packages/main/src/webComponents/Toast/Toast.mdx index 924a41f4754..dc4ec091d46 100644 --- a/packages/main/src/webComponents/Toast/Toast.mdx +++ b/packages/main/src/webComponents/Toast/Toast.mdx @@ -18,7 +18,7 @@ import * as ComponentStories from './Toast.stories'; ## Show a toast -You can open and close the `Toaast` component in a declarative way using the `open` prop. +You can open and close the `Toast` component in a declarative way using the `open` prop. **Example** diff --git a/packages/main/src/webComponents/Toolbar/Toolbar.mdx b/packages/main/src/webComponents/Toolbar/Toolbar.mdx index 5f4ed674340..26e804a7b43 100644 --- a/packages/main/src/webComponents/Toolbar/Toolbar.mdx +++ b/packages/main/src/webComponents/Toolbar/Toolbar.mdx @@ -83,7 +83,7 @@ function ToolbarWithPopover() { ## ToolbarItem -" + ## ToolbarButton