From 4f0dc17b0a1ab4ced4ecaa22a87e28537b9d2b43 Mon Sep 17 00:00:00 2001 From: Premasagar Rose Date: Wed, 22 Apr 2015 17:12:34 +0100 Subject: [PATCH] Fix typo in image documentation --- 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 fed358e1337ead..6992b4ba92787f 100644 --- a/Libraries/Image/Image.ios.js +++ b/Libraries/Image/Image.ios.js @@ -62,7 +62,7 @@ var Image = React.createClass({ /** * `uri` is a string representing the resource identifier for the image, which * could be an http address, a local file path, or the name of a static image - * resource (which should be wrapped in the `required('image!name')` function). + * resource (which should be wrapped in the `require('image!name')` function). */ source: PropTypes.shape({ uri: PropTypes.string,