From 0d057ffa9f069848011c8040c1273c1601481a73 Mon Sep 17 00:00:00 2001 From: Tlekbai Ali Date: Fri, 26 Jun 2020 15:01:52 +0600 Subject: [PATCH] Update README.md fix typo --- subjects/series/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/series/README.md b/subjects/series/README.md index ec7660f9..4f98501d 100644 --- a/subjects/series/README.md +++ b/subjects/series/README.md @@ -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.