Skip to content

Commit 8db3c89

Browse files
authored
fix: typo (#93)
1 parent 9a41926 commit 8db3c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/01.fetching/03.problem.status/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ What we have now is:
1414
But that's not exactly clear.
1515

1616
So instead, let's add a `status` variable that can be
17-
`'pending' | 'resolved' | 'rejected'` (start it out with `'pending'`).
17+
`'pending' | 'fulfilled' | 'rejected'` (start it out with `'pending'`).
1818

1919
📜 To learn more about why this is important, read
2020
[Make Impossible States Impossible](https://kentcdodds.com/blog/make-impossible-states-impossible)

0 commit comments

Comments
 (0)