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);