fixed typo

aync -> async
This commit is contained in:
Rounak 2015-02-10 17:54:33 +05:30
parent feca1e8d0d
commit dadb740c47
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ It's also possible to use the async image downloader independently:
### Using Asynchronous Image Caching Independently
It is also possible to use the aync based image cache store independently. SDImageCache
It is also possible to use the async based image cache store independently. SDImageCache
maintains a memory cache and an optional disk cache. Disk cache write operations are performed
asynchronous so it doesn't add unnecessary latency to the UI.