mirror of
https://github.com/status-im/react-native.git
synced 2025-01-27 09:45:04 +00:00
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:
parent
21c4705add
commit
5ba0bb287d
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user