fix typo
@ -2,7 +2,7 @@
### Instructions
Create a function `series` that works takes an array of async functions.
Create a function `series` that takes an array of async functions.
It must execute them in series and return the results in order.