docs(series): correct grammar

This commit is contained in:
davhojt 2022-06-22 16:53:58 +01:00 committed by Dav Hojt
parent 0eb520dad0
commit 8e1024a6a3
1 changed files with 2 additions and 3 deletions

View File

@ -2,9 +2,8 @@
### Instructions
Create a function `series` that takes an array of async functions.
It must execute them in series and return the results in order.
Create a function named `series` that takes an array of `async` functions. It must execute them in series and return the results in order.
### Notions
- [nan-academy.github.io/js-training/examples/promise](https://nan-academy.github.io/js-training/examples/promise.js)
- [Promise](https://nan-academy.github.io/js-training/examples/promise.js)