From 1c49b6dd84770531de4ef7beaa28815ecba64eaa Mon Sep 17 00:00:00 2001 From: orchard0 <55663276+orchard0@users.noreply.github.com> Date: Sat, 27 Apr 2024 21:55:33 +0100 Subject: [PATCH] Update complex-state-management.mdx (#696) Co-authored-by: Atila Fassina --- src/routes/guides/complex-state-management.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/guides/complex-state-management.mdx b/src/routes/guides/complex-state-management.mdx index 43eb343a4..fb4e416f3 100644 --- a/src/routes/guides/complex-state-management.mdx +++ b/src/routes/guides/complex-state-management.mdx @@ -88,7 +88,7 @@ This would likely make it more difficult to separate specific functionalities in Through recreating this list using Stores, you will see how stores can improve the readability and management of your code. -If you're new to the concept stores, there see the [stores section](/concepts/stores). +If you're new to the concept of stores, see the [stores section](/concepts/stores). ## Creating a store