From c01352232bac01f92564b1e17bf8f7738e094ba0 Mon Sep 17 00:00:00 2001 From: Carter Chung Date: Sat, 13 Jun 2015 18:21:17 -0700 Subject: [PATCH] Corrected spelling ReactReconcileTransaction.js --- src/renderers/dom/client/ReactReconcileTransaction.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/renderers/dom/client/ReactReconcileTransaction.js b/src/renderers/dom/client/ReactReconcileTransaction.js index 35ccd80eb7..086f30fa7a 100644 --- a/src/renderers/dom/client/ReactReconcileTransaction.js +++ b/src/renderers/dom/client/ReactReconcileTransaction.js @@ -122,7 +122,7 @@ var Mixin = { * @see Transaction * @abstract * @final - * @return {array} List of operation wrap proceedures. + * @return {array} List of operation wrap procedures. * TODO: convert to array */ getTransactionWrappers: function() { @@ -138,7 +138,7 @@ var Mixin = { /** * `PooledClass` looks for this, and will invoke this before allowing this - * instance to be resused. + * instance to be reused. */ destructor: function() { CallbackQueue.release(this.reactMountReady);