Skip to content

Commit 7533c71

Browse files
committed
minor fixes
1 parent 58c9aae commit 7533c71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

1-js/11-async/02-promise-basics/article.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Promise
22

3-
Imagine that you're a top singer, and fans ask day and night for your upcoming single.
3+
Imagine that you're a top singer, and fans ask day and night for your upcoming song.
44

55
To get some relief, you promise to send it to them when it's published. You give your fans a list. They can fill in their email addresses, so that when the song becomes available, all subscribed parties instantly receive it. And even if something goes very wrong, say, a fire in the studio, so that you can't publish the song, they will still be notified.
66

7-
Everyone is happy: you, because the people don't crowd you anymore, and fans, because they won't miss the single.
7+
Everyone is happy: you, because the people don't crowd you anymore, and fans, because they won't miss the song.
88

99
This is a real-life analogy for things we often have in programming:
1010

0 commit comments

Comments
 (0)