Typo in imageResizeMode getSize

Summary:
Change "sucessfully" to "successfully"
Closes https://github.com/facebook/react-native/pull/11715

Differential Revision: D4380482

Pulled By: JoelMarcey

fbshipit-source-id: 2448d60b750cca0983d308945ad6ed9b46c73a97
This commit is contained in:
Drew Volz 2017-01-04 02:37:51 -08:00 committed by Facebook Github Bot
parent 21c4705add
commit 5ba0bb287d

View File

@ -288,7 +288,7 @@ const Image = React.createClass({
* preload images will be provided as a separate API.
*
* @param uri The location of the image.
* @param success The function that will be called if the image was sucessfully found and width
* @param success The function that will be called if the image was successfully found and width
* and height retrieved.
* @param failure The function that will be called if there was an error, such as failing to
* to retrieve the image.