Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
aync -> async
  • Loading branch information
rounak committed Feb 10, 2015
1 parent feca1e8 commit dadb740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit dadb740

Please sign in to comment.