Skip to content

Commit

Permalink
Merge pull request #30 from thebuilder/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
drcmda committed Jun 5, 2019
2 parents a3bbd30 + fd65b5f commit ab29e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -146,7 +146,7 @@ import produce from "immer"

const [useStore] = create(set => ({
set: fn => set(produce(fn)),
nested: { structure: { constains: { a: "value" } } },
nested: { structure: { contains: { a: "value" } } },
}))

const set = useStore(state => state.set)
Expand Down

0 comments on commit ab29e6c

Please sign in to comment.