diff --git a/packages/webapp/src/store/README.md b/packages/webapp/src/store/README.md index 934d6827..f182633b 100644 --- a/packages/webapp/src/store/README.md +++ b/packages/webapp/src/store/README.md @@ -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` @@ -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). \ No newline at end of file +to fetch the new state in both of these cases).