small wording change

pull/270/head
Fabian-Lars 2 years ago committed by GitHub
parent 54853dd62f
commit 467600434b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -60,7 +60,7 @@ await store.set("some-key", { value: 5 });
const val = await store.get("some-key"); const val = await store.get("some-key");
assert(val, { value: 5 }); assert(val, { value: 5 });
await store.save(); // this manually saves the store, otherwise the store is saved when your app is closed await store.save(); // this manually saves the store, otherwise the store is only saved when your app is closed
``` ```
### Persisting values ### Persisting values

Loading…
Cancel
Save