We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f192741 commit e0e4f67Copy full SHA for e0e4f67
6-async/03-promise-chaining/article.md
@@ -49,7 +49,7 @@ As the result is passed along the chain of handlers, we can see a sequence of `a
49
50

51
52
-The whole thing works, because a call to `promise.then` returns a promise, so that we can call next `.then` on it.
+The whole thing works, because a call to `promise.then` returns a promise, so that we can call the next `.then` on it.
53
54
When a handler returns a value, it becomes the result of that promise, so the next `.then` is called with it.
55
0 commit comments