Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit 599b3fd

Browse files
authored
Update tracking.md
1 parent 350d0d5 commit 599b3fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/tracking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ So what do we do?
5555
5656
## Model Getters
5757
58-
Model getter functions answer the question, "What is the path to this entity?" especially if the path may change over time. It a function that:
58+
Model getter functions answer the question, "What is the path to this entity?" especially if the path may change over time. It's a function that:
5959
6060
- takes one argument: `state` _(Object)_, which is the entire state tree of the store
6161
- and returns: `model` _(String)_ - the string representation of the path to the model.

0 commit comments

Comments
 (0)