Skip to content

Commit 46cd9b2

Browse files
committed
minor
1 parent be133e1 commit 46cd9b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/11-async/03-promise-chaining/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ fetch('/article/promise-chaining/user.json')
305305
});
306306
```
307307

308-
The code works, see comments about the details, but it should be quite self-descriptive. Although, there's a potential problem in it, a typical error of those who begin to use promises.
308+
The code works, see comments about the details. Although, there's a potential problem in it, a typical error of those who begin to use promises.
309309

310310
Look at the line `(*)`: how can we do something *after* the avatar has finished showing and gets removed? For instance, we'd like to show a form for editing that user or something else. As of now, there's no way.
311311

0 commit comments

Comments
 (0)