Skip to content

Commit

Permalink
docs: fix typo (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuler committed Nov 20, 2023
1 parent b9b9052 commit 8634955
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 @@ -111,7 +111,7 @@ defuFn(
import { defuArrayFn } from 'defu'

defuArrayFn({
ignore(val) => val.filter(i => i !== 'dist'),
ignore: (val) => val.filter(i => i !== 'dist'),
count: () => 20
}, {
ignore: [
Expand Down

0 comments on commit 8634955

Please sign in to comment.