Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 88c2ae2

Browse files
author
Kent C. Dodds
committed
improve wording
1 parent cbd3d62 commit 88c2ae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/exercises/01.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ function UserProvider({children}) {
1616
// state for this context provider
1717
// 💰 const {user} = useAuth()
1818

19-
// 🐨 useReducer here with a userReducer and initialize it with the user you
20-
// got from useAuth
19+
// 🐨 useReducer here with a reducer you write and initialize it with the user
20+
// you got from useAuth
2121
// 💰 the reducer should handle an action type called `update` which will be
2222
// dispatched in the `updateUser` helper below
2323

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /