From 5ba0bb287d8bc9353dcb9bc410f793304f67218d Mon Sep 17 00:00:00 2001 From: Drew Volz Date: Wed, 4 Jan 2017 02:37:51 -0800 Subject: [PATCH] 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 --- Libraries/Image/Image.ios.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Image/Image.ios.js b/Libraries/Image/Image.ios.js index 050f9084bbf..6da32488cb2 100644 --- a/Libraries/Image/Image.ios.js +++ b/Libraries/Image/Image.ios.js @@ -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.