Skip to content

Commit 75da3f7

Browse files
authored
Merge pull request #3159 from ChidubemAkpu/typo-fix
2 parents 378d5ff + bb82d62 commit 75da3f7

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)