Skip to content

Commit 42e451a

Browse files
authored
docs(MigrationGuide): correct spacing-variable name (#6588)
**Thank you for your contribution!** 👏 To get it merged faster, kindly review the checklist below: ## Pull Request Checklist - [x] Reviewed the [Contributing Guidelines](https://github.com/SAP/ui5-webcomponents-react/blob/main/CONTRIBUTING.md) + Especially the [How to Contribute](https://github.com/SAP/ui5-webcomponents-react/blob/main/CONTRIBUTING.md#contribute-code) section - [x] [Correct commit message style](https://github.com/SAP/ui5-webcomponents-react/blob/main/docs/Guidelines.md#commit-message-style)
1 parent 7d3fd45 commit 42e451a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/MigrationGuide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Most variables can be replaced by applying the corresponding CSS classes from th
162162
| `sapUiLargeMarginBeginEnd` | `.sap-margin-x-large` |
163163
| **Vertical Margins** | |
164164
| `sapUiTinyMarginTopBottom` | `.sap-margin-y-tiny` |
165-
| `sapUiSmallMarginBeginEnd` | `.sap-margin-y-small` |
165+
| `sapUiSmallMarginTopBottom` | `.sap-margin-y-small` |
166166
| `sapUiMediumMarginTopBottom` | `.sap-margin-y-medium` |
167167
| `sapUiLargeMarginTopBottom` | `.sap-margin-y-large` |
168168
| **Responsive Margins** | |

0 commit comments

Comments
 (0)