Skip to content

Commit

Permalink
docs: fix typo (#107)
Browse files Browse the repository at this point in the history
Fix typo in function merger section
  • Loading branch information
abdul-alhasany committed Sep 21, 2023
1 parent e0e2644 commit d089293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ ext({ cost: 15 }, { cost: 10 }) // { cost: 25 }

Using `defuFn`, if user provided a function, it will be called with default value instead of merging.

I can be useful for default values manipulation.
It can be useful for default values manipulation.

**Example:** Filter some items from defaults (array) and add 20 to the count default value.

Expand Down

0 comments on commit d089293

Please sign in to comment.