Skip to content

Commit c1336e5

Browse files
committed
fix author, fix url
1 parent ed9ec38 commit c1336e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lessons/04-core-react-concepts/E-custom-hooks.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@ useDebugValue(pizzaOfTheDay ? `${pizzaOfTheDay.name}` : "Loading...");
9393

9494
Now open your React Dev Tools and inspect our PizzaOfTheDay component. You'll see our debug value there. This is helpful when you have _lots_ of custom hooks and in particular lots of reused custom hooks that have differing values. It can help at a glance to discern which hook has which data inside of it.
9595

96-
> 🏁 [Click here to see the state of the project up until now: 05-custom-hooks][step]
96+
> 🏁 [Click here to see the state of the project up until now: 06-custom-hooks][step]
9797
98-
[step]: https://github.com/btholt/citr-v9-project/tree/master/05-custom-hooks
98+
[step]: https://github.com/btholt/citr-v9-project/tree/master/06-custom-hooks

public/images/author.jpg

665 Bytes
Loading

0 commit comments

Comments
 (0)