Skip to content

Commit cb5f45b

Browse files
committed
minor
1 parent c3e18bc commit cb5f45b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function loadScript(src) {
2424
}
2525
```
2626

27-
When it appends to the document the new, dynamically created, tag `<script src="…">`, the browser loads and executes it.
27+
It appends to the document the new, dynamically created, tag `<script src="…">`, the browser loads and executes it.
2828

2929
We can use this function like this:
3030

0 commit comments

Comments
 (0)