From 207849e48e2ec37027f2b32ad2875a69aa0644b1 Mon Sep 17 00:00:00 2001 From: David Ray Date: Tue, 27 Jan 2015 07:57:48 -0500 Subject: [PATCH] Fix typo --- docs/caching.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/caching.rst b/docs/caching.rst index b482f1f..dfb2dd3 100644 --- a/docs/caching.rst +++ b/docs/caching.rst @@ -71,7 +71,7 @@ The default works like this: * If not, caches that information for 5 seconds * If it does, caches that information in the ``IMAGEKIT_CACHE_BACKEND`` -If file doesn't exsit, generates it immediately and synchronously +If file doesn't exist, generates it immediately and synchronously That pretty much covers the architecture of the caching layer, and its default