Merge pull request #3159 from ChidubemAkpu/typo-fix

This commit is contained in:
Ilya Kantor 2022-08-27 18:08:56 +03:00 committed by GitHub
commit 75da3f7028
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -224,7 +224,7 @@ This feature allows us to integrate custom objects with promise chains without h
## Bigger example: fetch
In frontend programming promises are often used for network requests. So let's see an extended example of that.
In frontend programming, promises are often used for network requests. So let's see an extended example of that.
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: