We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a41926 commit 8db3c89Copy full SHA for 8db3c89
exercises/01.fetching/03.problem.status/README.mdx
@@ -14,7 +14,7 @@ What we have now is:
14
But that's not exactly clear.
15
16
So instead, let's add a `status` variable that can be
17
-`'pending' | 'resolved' | 'rejected'` (start it out with `'pending'`).
+`'pending' | 'fulfilled' | 'rejected'` (start it out with `'pending'`).
18
19
📜 To learn more about why this is important, read
20
[Make Impossible States Impossible](https://kentcdodds.com/blog/make-impossible-states-impossible)
0 commit comments