Skip to content

Commit c3e18bc

Browse files
committed
minor
1 parent 9ce9fb9 commit c3e18bc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

1-js/11-async/01-callbacks/article.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
```warn header="We use browser methods here"
66
To demonstrate the use of callbacks, promises and other abstract concepts, we'll use browser methods. Namely, load scripts and perform simple document manipulations.
77
8-
If you're not familiar with them, please read few chapters from the [next part](/document) of the tutorial.
9-
10-
Or, maybe examples will be clear enough for you even without that.
8+
If you're not familiar with them, please read few chapters from the [next part](/document) of the tutorial. Or, hopefully, examples will be clear for you even without that.
119
```
1210

1311
Many actions in JavaScript are *asynchronous*. In other words, we initiate them now, but they finish later.

0 commit comments

Comments
 (0)