Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-si committed Apr 13, 2016
1 parent 3144053 commit 944f3e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build/react-0.13.4.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -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: {}

Expand Down
8 changes: 4 additions & 4 deletions build/react-with-addons.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -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.
Expand All @@ -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}
Expand Down Expand Up @@ -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: {}

Expand Down

0 comments on commit 944f3e3

Please sign in to comment.