Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/webapp/src/store/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ We use the Jotai state management library, which defines the state as "atoms". H
Jotai behind interfaces, in case it would be opportune to change the store management strategy or
library later.

The easiest way to understand how this all works is to detail the functionality of the varous files
The easiest way to understand how this all works is to detail the functionality of the various files
in the store.

### `atoms.ts`
Expand Down Expand Up @@ -130,4 +130,4 @@ snappy, but must be handled carefully.

These optimistic updates can be triggered once the player initiates an action, or when we receive an
event from our chain subscriptions (normally we'd have to wait an extra roundtrip to the blockchain
to fetch the new state in both of these cases).
to fetch the new state in both of these cases).