Skip to content

Commit 29b20a5

Browse files
Replace missfit plural with singular in page copy
1 parent d90ff99 commit 29b20a5

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)