Merge pull request #2803 from tathienphuoc/master

Fix sentence
This commit is contained in:
Ilya Kantor 2022-01-16 10:34:24 +03:00 committed by GitHub
commit ffcd38183d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -136,7 +136,7 @@ console.log(user);
If we're not using modules, or [older browsers](https://caniuse.com/mdn-javascript_operators_await_top_level) must be supported, there's a universal recipe: wrapping into an anonymous async function.
Lke this:
Like this:
```js
(async () => {