diff --git a/README.md b/README.md index c71f975..c3dcb8a 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ deepmerge: DeepMergeFn; getKeys: (value: object) => string[]; ``` -The `mergeAray`-Function needs to return the actual Array merging function, which accepts two parameters of type +The `mergeArray`-Function needs to return the actual Array merging function, which accepts two parameters of type Array, and returns a value. Example 1: Replace the target-Array with a clone of the source-Array. @@ -157,4 +157,4 @@ lodash.merge x 89,213 ops/sec ±0.70% (98 runs sampled) ## License -Licensed under [MIT](./LICENSE). \ No newline at end of file +Licensed under [MIT](./LICENSE).