Skip to content

Commit bb82d62

Browse files
authored
Added a missing comma
1 parent 1edb0a3 commit bb82d62

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
@@ -224,7 +224,7 @@ This feature allows us to integrate custom objects with promise chains without h
224224

225225
## Bigger example: fetch
226226

227-
In frontend programming promises are often used for network requests. So let's see an extended example of that.
227+
In frontend programming, promises are often used for network requests. So let's see an extended example of that.
228228

229229
We'll use the [fetch](info:fetch) method to load the information about the user from the remote server. It has a lot of optional parameters covered in [separate chapters](info:fetch), but the basic syntax is quite simple:
230230

0 commit comments

Comments
 (0)