From 09d960dc1cc8b83fb3cc86aeeed085ef2a840b79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hegyi=20=C3=81ron=20Ferenc?= Date: Sun, 11 Jun 2023 23:35:07 +0200 Subject: [PATCH] docs: update phrase --- docs/guide/generic-stores.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/generic-stores.md b/docs/guide/generic-stores.md index 4076a09..d21f321 100644 --- a/docs/guide/generic-stores.md +++ b/docs/guide/generic-stores.md @@ -210,7 +210,7 @@ function baseStore() { // [!code ++] The generic store's properties are passed as optionals when defining the store. This means that we can override them. -This is useful when you want to add a default value to the generic store's state. +This allows you to add a default value to the generic store's state. ```ts export const useTodoStore = useStore>(