Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit f6b2bd9

Browse files
Parth ShahParth Shah
authored andcommitted
fix bind response
1 parent 3ef6d97 commit f6b2bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

responses/bind-function-activity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Go ahead and uncomment the line to bind `addStudent` to `App`.
1313
3. Commit and push your code to the `changes` branch:
1414
```
1515
git add src/App.jsx
16-
git commit -m "import list component"
16+
git commit -m "bind addStudent to App"
1717
git push
1818
```
1919

0 commit comments

Comments
 (0)