Skip to content

Commit

Permalink
Fix typo in image documentation
Browse files Browse the repository at this point in the history
Summary:
Closes #970
Github Author: Premasagar Rose <[email protected]>

Test Plan: Imported from GitHub, without a `Test Plan:` line.
  • Loading branch information
premasagar committed May 18, 2015
1 parent de27f1d commit 33ac55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Image/Image.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 33ac55b

Please sign in to comment.