From 8e1024a6a395cc4c6b71d627cd80a2113e028bfe Mon Sep 17 00:00:00 2001 From: davhojt Date: Wed, 22 Jun 2022 16:53:58 +0100 Subject: [PATCH] docs(series): correct grammar --- subjects/series/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/subjects/series/README.md b/subjects/series/README.md index 46b9728d..417b40aa 100644 --- a/subjects/series/README.md +++ b/subjects/series/README.md @@ -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)