Bugfix - Typos

Summary:
Fixed few typos in `./Examples` and `./Libraries` folders.
Closes https://github.com/facebook/react-native/pull/4788

Reviewed By: svcscm

Differential Revision: D2759918

Pulled By: androidtrunkagent

fb-gh-sync-id: d692b5c7f561822353e522f9d4dfde7e60b491cf
This commit is contained in:
Justas Brazauskas 2015-12-15 09:08:39 -08:00 committed by facebook-github-bot-4
parent 50b24b7708
commit 6e1f04fab5
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ class CameraRoll {
*
* - local URI
* - assets-library tag
* - a tag not maching any of the above, which means the image data will
* - a tag not matching any of the above, which means the image data will
* be stored in memory (and consume memory as long as the process is alive)
*
* @param successCallback Invoked with the value of `tag` on success.