diff --git a/flux.md b/flux.md index fe7b3f2b1..228cba7b6 100644 --- a/flux.md +++ b/flux.md @@ -76,7 +76,7 @@ var AppDispatcher = assign({}, Dispatcher.prototype, { Stores are just like objects. ```js -var TodoStore = { todos: {} }; +var TodoStore = { list: [] }; ``` ### Events