From 7d6179e39e99171610b50fcbd826bf1cc21f8cc4 Mon Sep 17 00:00:00 2001 From: Abdul Al-Hasany Date: Thu, 21 Sep 2023 10:37:47 +1000 Subject: [PATCH] Update README.md Fix typo in function merger section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9605ae6..ca3a08d 100644 --- a/README.md +++ b/README.md @@ -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.