diff --git a/src/routes/concepts/stores.mdx b/src/routes/concepts/stores.mdx index 3ed91ec36..dad294687 100644 --- a/src/routes/concepts/stores.mdx +++ b/src/routes/concepts/stores.mdx @@ -236,7 +236,7 @@ By specifying these exact key names, you can directly retrieve the targeted info However, path syntax goes beyond string keys and offers more versatility when accessing targeted values. Instead of employing the use of just string keys, there is the option of using an array of keys. -This method grants you the ability to select multiple properties within the store, facilitating accessed to nested structures. +This method grants you the ability to select multiple properties within the store, facilitating access to nested structures. Alternatively, you can use filtering functions to access keys based on dynamic conditions or specific rules.