docs(flow): Add missing word to the description

This commit is contained in:
eslopfer 2022-08-29 13:09:58 +01:00
parent 37b2b29f22
commit e92b0d5369
1 changed files with 1 additions and 1 deletions

View File

@ -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