mirror of
https://github.com/status-im/react-native.git
synced 2025-02-25 15:45:32 +00:00
Fix typos in example descriptions.
Summary: Closes https://github.com/facebook/react-native/pull/3095 Reviewed By: svcscm Differential Revision: D2559729 Pulled By: foghina fb-gh-sync-id: 70dbd39de86e6377d32d1628c77ff10510ac3ae5
This commit is contained in:
parent
89c1747c33
commit
77154a7581
@ -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() {
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user