mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
docs(std/async): fix a couple typos in std/async/README.md (#8388)
This commit is contained in:
parent
2cbf5c26ac
commit
1079e59cf4
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
# async
|
||||
|
||||
async is a module to provide help with aysncronous tasks.
|
||||
async is a module to provide help with asynchronous tasks.
|
||||
|
||||
# usage
|
||||
# Usage
|
||||
|
||||
The following functions and class are exposed in `mod.ts`:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue