Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/reactor.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var each = require('./utils').each
* contain a 'state' object which is an Immutable.Map
*
* The only way Reactors can change state is by reacting to
* messages. To update staet, Reactor's dispatch messages to
* messages. To update state, Reactor's dispatch messages to
* all registered cores, and the core returns it's new
* state based on the message
*/
Expand Down