diff --git a/Examples/UIExplorer/ToastAndroidExample.android.js b/Examples/UIExplorer/ToastAndroidExample.android.js index 61becd273..7f9cedf07 100644 --- a/Examples/UIExplorer/ToastAndroidExample.android.js +++ b/Examples/UIExplorer/ToastAndroidExample.android.js @@ -31,7 +31,7 @@ var ToastExample = React.createClass({ statics: { title: 'Toast Example', - description: 'Example that demostrates the use of an Android Toast to provide feedback.', + description: 'Example that demonstrates the use of an Android Toast to provide feedback.', }, getInitialState: function() { diff --git a/Examples/UIExplorer/XHRExample.android.js b/Examples/UIExplorer/XHRExample.android.js index 92344e72d..151ce5f41 100644 --- a/Examples/UIExplorer/XHRExample.android.js +++ b/Examples/UIExplorer/XHRExample.android.js @@ -262,7 +262,7 @@ class FormUploader extends React.Component { exports.framework = 'React'; exports.title = 'XMLHttpRequest'; -exports.description = 'Example that demostrates upload and download requests ' + +exports.description = 'Example that demonstrates upload and download requests ' + 'using XMLHttpRequest.'; exports.examples = [{ title: 'File Download',