We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5dbbdeb + 2c6fb5c commit 9869780Copy full SHA for 9869780
docs/Dispatcher.md
@@ -62,7 +62,7 @@ flightDispatcher.dispatch({
62
This payload is digested by `CityStore`:
63
64
```
65
-flightDispatcher.register(function(payload)) {
+flightDispatcher.register(function(payload) {
66
if (payload.actionType === 'city-update') {
67
CityStore.city = payload.selectedCity;
68
}
0 commit comments