summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2023-05-13 14:43:33 +0200
committerGitHub <noreply@github.com>2023-05-13 14:43:33 +0200
commitdfbe2be61a62197f616245850909a0643d0ecc49 (patch)
tree05d3f8011e8485bd9356aae81edc5de9f0679db8
parent0679e97bfe99257b983a7d716992b39cc49b406d (diff)
downloaddjango-compressor-dfbe2be61a62197f616245850909a0643d0ecc49.tar.gz
Fixed typo in behind-the-scenes.txt (#1188)
Whilst `an` usually goes with a vowel, such as `an umbrella`, when it makes the long (name of the letter) sound `a` is used, such as `a university`. `unique` is the latter case.
-rw-r--r--docs/behind-the-scenes.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/behind-the-scenes.txt b/docs/behind-the-scenes.txt
index ddc960e..2ef5db9 100644
--- a/docs/behind-the-scenes.txt
+++ b/docs/behind-the-scenes.txt
@@ -34,7 +34,7 @@ First step: parsing and file list
A compressor instance is created, which in turns instantiates the HTML parser.
The parser is used to determine a file or code hunk list. Each file mtime is
checked, first in cache and then on disk/storage, and this is used to
-determine an unique cache key.
+determine a unique cache key.
Second step: Checking the "main" cache
--------------------------------------