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:
@@ -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
|
||||
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user