diff --git a/React/forms.md b/React/forms.md index f659d78b6..9c1c7a729 100644 --- a/React/forms.md +++ b/React/forms.md @@ -219,7 +219,7 @@ Does this diagram look familiar? It should! Our first step is to add a callback function to `App` and pass that function to `NewStudentForm` as a prop. ```javascript -// src/components/StudentCollection.js +// src/App.js ... // callback function to add students to the list