Authored by Olivier Poitrey

Merge pull request #991 from sammcd/patch-1

Update README.md
@@ -193,7 +193,7 @@ Common Problems @@ -193,7 +193,7 @@ Common Problems
193 193
194 ### Using dynamic image size with UITableViewCell 194 ### Using dynamic image size with UITableViewCell
195 195
196 -UITableView determins the size of the image by the first image set for a cell. If your remote images 196 +UITableView determines the size of the image by the first image set for a cell. If your remote images
197 don't have the same size as your placeholder image, you may experience strange anamorphic scaling issue. 197 don't have the same size as your placeholder image, you may experience strange anamorphic scaling issue.
198 The following article gives a way to workaround this issue: 198 The following article gives a way to workaround this issue:
199 199