From e92b0d536927171b31a628bdd95dc4790c99e526 Mon Sep 17 00:00:00 2001 From: eslopfer Date: Mon, 29 Aug 2022 13:09:58 +0100 Subject: [PATCH] docs(flow): Add missing word to the description --- subjects/flow/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/flow/README.md b/subjects/flow/README.md index 23f863b0..ccfd419f 100644 --- a/subjects/flow/README.md +++ b/subjects/flow/README.md @@ -2,7 +2,7 @@ ### Instructions -Create the function named `flow` that will like the `_.flow([funcs])` from lodash. +Create the function named `flow` that will act like the `_.flow([funcs])` from lodash. ### Example