docs: fix component name casing in changeset README examples

Component names in the "Affected components" examples should use
PascalCase (Button, Card, Table) to match actual component names.

Signed-off-by: Johan Persson <johanopersson@gmail.com>
This commit is contained in:
Johan Persson
2026-03-25 09:59:31 +01:00
parent cf4b4789f1
commit 9ff7b4d56b
+3 -3
View File
@@ -26,7 +26,7 @@ Optional description with code examples.
Migration instructions (breaking changes only).
**Affected components:** button, card
**Affected components:** Button, Card
```
**Required:**
@@ -40,7 +40,7 @@ Migration instructions (breaking changes only).
```markdown
Fixed button hover state
**Affected components:** button
**Affected components:** Button
```
````markdown
@@ -56,7 +56,7 @@ Update imports:
```
````
**Affected components:** table
**Affected components:** Table
```