Skip to content

Commit

Permalink
Add missing word in XState Store README (#5016)
Browse files Browse the repository at this point in the history
  • Loading branch information
timoclsn authored Aug 1, 2024
1 parent c62e1f8 commit d5cf842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/xstate-store/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function DonutCounter() {

## Usage with Immer

XState Store makes it really to integrate with immutable update libraries like [Immer](https://github.com/immerjs/immer) or [Mutative](https://github.com/unadlib/mutative). Pass the `produce` function into `createStoreWithProducer(producer, …)`, and update `context` in transition functions using the convenient pseudo-mutative API:
XState Store makes it really easy to integrate with immutable update libraries like [Immer](https://github.com/immerjs/immer) or [Mutative](https://github.com/unadlib/mutative). Pass the `produce` function into `createStoreWithProducer(producer, …)`, and update `context` in transition functions using the convenient pseudo-mutative API:

```ts
import { createStoreWithProducer } from '@xstate/store';
Expand Down

0 comments on commit d5cf842

Please sign in to comment.