Skip to content

Commit b76dd16

Browse files
authored
Corrected error in part7b.md
1 parent 46ebe62 commit b76dd16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/7/en/part7b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ const App = () => {
492492

493493
The _useResource_ custom hook returns an array of two items just like the state hooks. The first item of the array contains all of the individual resources and the second item of the array is an object that can be used for manipulating the resource collection, like creating new ones.
494494

495-
If you implement the hook correctly, it can be used for both notes and phone numbers (start the server with the _npm run server_ command at port 3005).
495+
If you implement the hook correctly, it can be used for both notes and persons (start the server with the _npm run server_ command at port 3005).
496496

497497
![browser showing notes and persons](../../images/5/21e.png)
498498

0 commit comments

Comments
 (0)