Skip to content

Commit 75380d9

Browse files
authored
Update navigation-actions.md
1 parent 0254583 commit 75380d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/navigation-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ All `NavigationActions` return an object that can be sent to the router using `n
88

99
Note that if you want to dispatch react-navigation actions you should use the action creators provided in this library.
1010

11-
It's important to highlight the `NavigationActions` don't throw errors or anything when they are unhandled ( similar to how when you dispatch an action that isn't handled by a reducer in redux and nothing happens ). However, if the app state doesn't change as a result of dispatch then the return value for dispatch is `false` and `true` otherwise.
11+
It's important to highlight that dispatching a `NavigationAction` doesn't throw any error when the action is unhandled (similar to when you dispatch an action that isn't handled by a reducer in redux and nothing happens). However, if the app state changes as a result of a dispatch then the return value of the dispatch is `true` and `false` otherwise.
1212

1313
The following actions are supported:
1414

0 commit comments

Comments
 (0)