diff --git a/introduction-to-calmm.md b/introduction-to-calmm.md index b45add3..1eab5c5 100644 --- a/introduction-to-calmm.md +++ b/introduction-to-calmm.md @@ -835,7 +835,7 @@ Using it we can rewrite the `ListOfNames` component: ```jsx const ListOfNames = ({names}) => ( ) ```