Skip to content

Commit 5f29b26

Browse files
authored
Merge pull request #4088 from danmolloy/correct-typo
[Docs] Removed typo
2 parents e8961bc + 3aeb072 commit 5f29b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/fundamentals/part-4-store.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Redux state changes as each action was dispatched:
151151

152152
![Logged Redux state after dispatching actions](/img/tutorials/fundamentals/initial-state-updates.png)
153153

154-
Notice that our app did _not_ log anything from the last action. That's because we removed the listener callback when we called `unsubscribe()`, so nothing else ran when after the action was dispatched.
154+
Notice that our app did _not_ log anything from the last action. That's because we removed the listener callback when we called `unsubscribe()`, so nothing else ran after the action was dispatched.
155155

156156
We specified the behavior of our app before we even started writing the UI. That
157157
helps give us confidence that the app will work as intended.

0 commit comments

Comments
 (0)