Skip to content

Commit

Permalink
docs: fix typo (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnldsht committed Jun 7, 2023
1 parent e305774 commit 3280c63
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 @@ -62,7 +62,7 @@ import { createDefu } from 'defu'

const ext = createDefu((obj, key, value) => {
if (typeof obj[key] === 'number' && typeof value === 'number') {
obj[key] += val
obj[key] += value
return true
}
})
Expand Down

0 comments on commit 3280c63

Please sign in to comment.