diff --git a/build/react-0.13.4.js b/build/react-0.13.4.js index 2b767c8d..ea4d0332 100644 --- a/build/react-0.13.4.js +++ b/build/react-0.13.4.js @@ -13912,7 +13912,7 @@ var EVENT_SUPPRESSION = { /** * @param {boolean} previouslyEnabled Enabled status of - * `ReactBrowserEventEmitter` before the reconciliation occured. `close` + * `ReactBrowserEventEmitter` before the reconciliation occurred. `close` * restores the previous value. */ close: function(previouslyEnabled) { @@ -16719,7 +16719,7 @@ var Transaction = { Mixin: Mixin, /** - * Token to look for to determine if an error occured. + * Token to look for to determine if an error occurred. */ OBSERVED_ERROR: {} diff --git a/build/react-with-addons.js b/build/react-with-addons.js index ceff91b3..7c68083b 100644 --- a/build/react-with-addons.js +++ b/build/react-with-addons.js @@ -14565,7 +14565,7 @@ var EVENT_SUPPRESSION = { /** * @param {boolean} previouslyEnabled Enabled status of - * `ReactBrowserEventEmitter` before the reconciliation occured. `close` + * `ReactBrowserEventEmitter` before the reconciliation occurred. `close` * restores the previous value. */ close: function(previouslyEnabled) { @@ -15475,7 +15475,7 @@ var ReactTestUtils = { }, /** - * Simulates a top level event being dispatched from a raw event that occured + * Simulates a top level event being dispatched from a raw event that occurred * on an `Element` node. * @param topLevelType {Object} A type from `EventConstants.topLevelTypes` * @param {!Element} node The dom to simulate an event occurring on. @@ -15490,7 +15490,7 @@ var ReactTestUtils = { }, /** - * Simulates a top level event being dispatched from a raw event that occured + * Simulates a top level event being dispatched from a raw event that occurred * on the `ReactDOMComponent` `comp`. * @param topLevelType {Object} A type from `EventConstants.topLevelTypes`. * @param comp {!ReactDOMComponent} @@ -18434,7 +18434,7 @@ var Transaction = { Mixin: Mixin, /** - * Token to look for to determine if an error occured. + * Token to look for to determine if an error occurred. */ OBSERVED_ERROR: {}