From fdbaf2a28cb16b74bf809bf1d1b8ed3b1bcef909 Mon Sep 17 00:00:00 2001 From: Wee W Date: Tue, 15 Sep 2015 17:30:32 -0700 Subject: [PATCH] Update CKNetworkImageComponent.h --- ComponentKit/Components/CKNetworkImageComponent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ComponentKit/Components/CKNetworkImageComponent.h b/ComponentKit/Components/CKNetworkImageComponent.h index 4d3a86324..b524fb517 100644 --- a/ComponentKit/Components/CKNetworkImageComponent.h +++ b/ComponentKit/Components/CKNetworkImageComponent.h @@ -12,7 +12,7 @@ #import 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;