From 9ff7b4d56b021713ce5a2cddb14f69b667862e29 Mon Sep 17 00:00:00 2001 From: Johan Persson Date: Wed, 25 Mar 2026 09:59:31 +0100 Subject: [PATCH] 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 --- .changeset/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.changeset/README.md b/.changeset/README.md index 6c68425e59..423552ee75 100644 --- a/.changeset/README.md +++ b/.changeset/README.md @@ -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 ```