Skip to content

Commit 4e0c6f2

Browse files
authored
Update 10_usingovermindwithangular.md
1 parent 3a91457 commit 4e0c6f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/overmind-website/guides/beginner/10_usingovermindwithangular.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ When you connect Overmind to your component and expose state you do not have to
2727

2828
## Passing state as input
2929

30-
When you pass state objects or arrays as input to a child component that state will by default be tracked on the component passing it a long, which you can also see in the devtools. By just adding the **\*tracker** directive to the child template and the tracking will be handed over:
30+
When you pass state objects or arrays as input to a child component that state will by default be tracked on the component passing it along, which you can also see in the devtools. By just adding the **\*tracker** directive to the child template, the tracking will be handed over:
3131

3232
```marksy
3333
h(Example, { name: "guide/usingovermindwithangular/passprop" })
@@ -41,4 +41,4 @@ To run effects in components based on changes to state you use the **addMutation
4141

4242
```marksy
4343
h(Example, { name: "guide/usingovermindwithangular/effect" })
44-
```
44+
```

0 commit comments

Comments
 (0)