Skip to content

Commit

Permalink
Fixes typo (#35)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonatan Borkowski <jonatan@thebo.me>
  • Loading branch information
jborkowski authored Apr 23, 2024
1 parent d4044a6 commit 83c59ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -157,4 +157,4 @@ lodash.merge x 89,213 ops/sec ±0.70% (98 runs sampled)

## License

Licensed under [MIT](./LICENSE).
Licensed under [MIT](./LICENSE).

0 comments on commit 83c59ea

Please sign in to comment.