From 33ac55b2bdc9374ff75bd295c436a20b99b46b99 Mon Sep 17 00:00:00 2001 From: Premasagar Rose
Date: Mon, 18 May 2015 13:03:57 -0700 Subject: [PATCH] Fix typo in image documentation Summary: Closes https://github.com/facebook/react-native/pull/970 Github Author: Premasagar Rose
Test Plan: Imported from GitHub, without a `Test Plan:` line. --- 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 45c1ad828842a3..9b84937af84c7c 100644 --- a/Libraries/Image/Image.ios.js +++ b/Libraries/Image/Image.ios.js @@ -60,7 +60,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,