Merge pull request #1038 from rounak/patch-1
fixed typo
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -129,7 +129,7 @@ It's also possible to use the async image downloader independently: | @@ -129,7 +129,7 @@ It's also possible to use the async image downloader independently: | ||
129 | 129 | ||
130 | ### Using Asynchronous Image Caching Independently | 130 | ### Using Asynchronous Image Caching Independently |
131 | 131 | ||
132 | -It is also possible to use the aync based image cache store independently. SDImageCache | 132 | +It is also possible to use the async based image cache store independently. SDImageCache |
133 | maintains a memory cache and an optional disk cache. Disk cache write operations are performed | 133 | maintains a memory cache and an optional disk cache. Disk cache write operations are performed |
134 | asynchronous so it doesn't add unnecessary latency to the UI. | 134 | asynchronous so it doesn't add unnecessary latency to the UI. |
135 | 135 |
-
Please register or login to post a comment