Skip to content

Commit 734e5c2

Browse files
Merge pull request #44 from marcinmajkowski/patch-1
Replace missfit plural with singular in page copy
2 parents d90ff99 + 29b20a5 commit 734e5c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sections/How/HowToBeComponentDrivenDescription.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export const HowToBeComponentDrivenDescription = () => {
100100
}
101101
term="Combine components"
102102
definition="Compose small components together to unlock new features while gradually increasing complexity."
103-
examples={['Forms', 'Header', 'List', 'Table']}
103+
examples={['Form', 'Header', 'List', 'Table']}
104104
/>
105105
<ExplainerCard
106106
illustration={

0 commit comments

Comments
 (0)