Skip to content

Commit 33ac55b

Browse files
committed
Fix typo in image documentation
Summary: Closes facebook#970 Github Author: Premasagar Rose <p@dharmafly.com> Test Plan: Imported from GitHub, without a `Test Plan:` line.
1 parent de27f1d commit 33ac55b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/Image/Image.ios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ var Image = React.createClass({
6060
/**
6161
* `uri` is a string representing the resource identifier for the image, which
6262
* could be an http address, a local file path, or the name of a static image
63-
* resource (which should be wrapped in the `required('image!name')` function).
63+
* resource (which should be wrapped in the `require('image!name')` function).
6464
*/
6565
source: PropTypes.shape({
6666
uri: PropTypes.string,

0 commit comments

Comments
 (0)