Skip to content

Commit

Permalink
Fix typo in stores.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
xty authored and atilafassina committed Oct 24, 2024
1 parent 4fb86a0 commit 9d31fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/concepts/stores.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<EraserLink
Expand Down

0 comments on commit 9d31fa4

Please sign in to comment.