Skip to content

Commit 9fe36e5

Browse files
committed
[docs] remove redundant paragraph
1 parent 149cadd commit 9fe36e5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/docs/flux-todo-list.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,6 @@ class Dispatcher {
142142
}
143143
```
144144

145-
We use register() to register a store's callback with the dispatcher, and dispatch() to invoke all of callbacks we previously registered. A data payload (the action) is the sole argument provided to the callback.
146-
147145
Now we are all set to create a dispatcher that is more specific to our app, which we'll call AppDispatcher.
148146

149147
```javascript

0 commit comments

Comments
 (0)