Skip to content

Commit

Permalink
Merge pull request #761 from thenora/patch-1
Browse files Browse the repository at this point in the history
Correct wrong filename
  • Loading branch information
CheezItMan authored Apr 23, 2020
2 parents 42e503d + e772ed5 commit 184f7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion React/forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 184f7ae

Please sign in to comment.