Skip to content

Commit 492b6e1

Browse files
authored
Update article.md
Actually taking out a comma.
1 parent fceb83e commit 492b6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ loadScript('https://cdnjs.cloudflare.com/ajax/libs/lodash.js/3.2.0/lodash.js', s
109109

110110
That's called a "callback-based" style of asynchronous programming. A function that does something asynchronously should provide a `callback` argument where we put the function to run after it's complete.
111111

112-
Here we did it in `loadScript`, but of course, it's a general approach.
112+
Here we did it in `loadScript`, but of course it's a general approach.
113113

114114
## Callback in callback
115115

0 commit comments

Comments
 (0)