Fixed mistype

This commit is contained in:
Giedrius Grabauskas
2015-11-25 03:02:37 +02:00
parent 01f5b8f246
commit 3201084d33

View File

@@ -108,7 +108,7 @@ class CounterStore extends FluxUtils.ReduceStore<number> {
}
var Disaptcher: any;
const Store = new CounterStore(Dispatcher);
const Store = new CounterStore(Disaptcher);
// Sample Flux container with CounterStore
class CounterContainer extends Component<any, any> {