From faee6956274bc580343f0fcf80aebb6ff5b16757 Mon Sep 17 00:00:00 2001 From: Feram Date: Tue, 30 Aug 2016 19:19:47 +0000 Subject: [PATCH 1/3] Fix typo inadvertantly --- dist/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/app.js b/dist/app.js index 13c1474..7c9836a 100644 --- a/dist/app.js +++ b/dist/app.js @@ -8802,7 +8802,7 @@ var ReactDOMIDOperations = { ) : invariant(!INVALID_PROPERTY_ERRORS.hasOwnProperty(name))); // If we're updating to null or undefined, we should remove the property - // from the DOM node instead of inadvertantly setting to a string. This + // from the DOM node instead of inadvertently setting to a string. This // brings us in line with the same behavior we have on initial render. if (value != null) { DOMPropertyOperations.setValueForProperty(node, name, value); From d27443f02a080de07dfeb0760ce02c3b0afffa4b Mon Sep 17 00:00:00 2001 From: Feram Date: Tue, 30 Aug 2016 19:19:47 +0000 Subject: [PATCH 2/3] Fix typo loosing --- dist/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/app.js b/dist/app.js index 7c9836a..d659b5c 100644 --- a/dist/app.js +++ b/dist/app.js @@ -19539,7 +19539,7 @@ module.exports = keyMirror; /** * Allows extraction of a minified key. Let's the build system minify keys - * without loosing the ability to dynamically use key strings as values + * without losing the ability to dynamically use key strings as values * themselves. Pass in an object with a single key/val pair and it will return * you the string key of that single record. Suppose you want to grab the * value for a key 'className' inside of an object. Key/val minification may From 232396272c8d224687818aacf5c8b911f5f016d1 Mon Sep 17 00:00:00 2001 From: Feram Date: Tue, 30 Aug 2016 19:19:47 +0000 Subject: [PATCH 3/3] Fix typo occured --- dist/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/app.js b/dist/app.js index d659b5c..b5bd8a3 100644 --- a/dist/app.js +++ b/dist/app.js @@ -14750,7 +14750,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) { @@ -17575,7 +17575,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: {}