Update article.md

fix spelling error at line 139: "Lke" to "Like"
This commit is contained in:
11201010 2022-01-15 16:30:52 +08:00 committed by GitHub
parent 610fb9366e
commit 421bbe5624
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 () => {