From 954fd8e7578d88b907e9c3239286989da5571afd Mon Sep 17 00:00:00 2001 From: Devon Neill <35456245+devneill@users.noreply.github.com> Date: Thu, 25 Apr 2024 16:37:36 +0200 Subject: [PATCH] fix: teeny typo (#130) --- .../03.compound-components/02.solution.validation/README.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/03.compound-components/02.solution.validation/README.mdx b/exercises/03.compound-components/02.solution.validation/README.mdx index 0620e06a..b897f7e2 100644 --- a/exercises/03.compound-components/02.solution.validation/README.mdx +++ b/exercises/03.compound-components/02.solution.validation/README.mdx @@ -2,5 +2,5 @@ 👨‍💼 Runtime validation isn't the best (it would be better if we could enforce this statically via TypeScript), but unfortunately it's the best we can do with -the composition model offered by React. That said, we it's unlikely people will +the composition model offered by React. That said, it's unlikely people will mess this up now that we have this runtime validation in place.