From 0ae0e34642a0b43e1ae1984846e2bf11d21292ea Mon Sep 17 00:00:00 2001 From: Sam McDonald Date: Fri, 19 Dec 2014 10:14:08 -0800 Subject: [PATCH] Update README.md Picky spelling fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df82aac..6541136 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ Common Problems ### Using dynamic image size with UITableViewCell -UITableView determins the size of the image by the first image set for a cell. If your remote images +UITableView determines the size of the image by the first image set for a cell. If your remote images don't have the same size as your placeholder image, you may experience strange anamorphic scaling issue. The following article gives a way to workaround this issue: