Skip to content

Commit 954fd8e

Browse files
authoredApr 25, 2024
fix: teeny typo (#130)
1 parent ba6e12e commit 954fd8e

File tree

1 file changed

+1
-1
lines changed
  • exercises/03.compound-components/02.solution.validation

1 file changed

+1
-1
lines changed
 

‎exercises/03.compound-components/02.solution.validation/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
👨‍💼 Runtime validation isn't the best (it would be better if we could enforce
44
this statically via TypeScript), but unfortunately it's the best we can do with
5-
the composition model offered by React. That said, we it's unlikely people will
5+
the composition model offered by React. That said, it's unlikely people will
66
mess this up now that we have this runtime validation in place.

0 commit comments

Comments
 (0)