From 1808236a54a50eab961f5bbb422ab4b48bf0c511 Mon Sep 17 00:00:00 2001 From: Hack666r Date: Mon, 27 Jan 2025 20:29:30 +0100 Subject: [PATCH] typo fix in README.md --- packages/webapp/src/store/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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).