From 796f30a18116ac0505c4e9247c73dba129314d7d Mon Sep 17 00:00:00 2001 From: Nathan Hunzaker Date: Wed, 24 Jun 2015 22:24:00 -0400 Subject: [PATCH] Fix typo in reactor class comment --- src/reactor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reactor.js b/src/reactor.js index c95de70..3a1c66c 100644 --- a/src/reactor.js +++ b/src/reactor.js @@ -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 */