Skip to content

Commit

Permalink
Update CKNetworkImageComponent.h
Browse files Browse the repository at this point in the history
  • Loading branch information
wee committed Sep 16, 2015
1 parent 772d384 commit fdbaf2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ComponentKit/Components/CKNetworkImageComponent.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#import <ComponentKit/CKNetworkImageDownloading.h>

struct CKNetworkImageComponentOptions {
/** Optional imade displayed while the image is loading, or when url is nil. */
/** Optional image displayed while the image is loading, or when url is nil. */
UIImage *defaultImage;
/** Optional rectangle (in the unit coordinate space) that specifies the portion of contents that the receiver should draw. */
CGRect cropRect;
Expand Down

0 comments on commit fdbaf2a

Please sign in to comment.