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