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:
Jimmy Mayoukou
2015-10-20 04:36:42 -07:00
committed by facebook-github-bot-4
parent 89c1747c33
commit 77154a7581
2 changed files with 2 additions and 2 deletions

View File

@@ -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() {