Spelling correction
dictionnary -> dictionary
This commit is contained in:
@@ -18,7 +18,7 @@ even know which files are concerned actually, since it doesn't look inside the
|
|||||||
nodelist of the template block enclosed by the ``compress`` template tag.
|
nodelist of the template block enclosed by the ``compress`` template tag.
|
||||||
The offline cache manifest is just a json file, stored on disk inside the
|
The offline cache manifest is just a json file, stored on disk inside the
|
||||||
directory that holds the compressed files. The format of the manifest is simply
|
directory that holds the compressed files. The format of the manifest is simply
|
||||||
a key <=> value dictionnary, with the hash of the nodelist being the key,
|
a key <=> value dictionary, with the hash of the nodelist being the key,
|
||||||
and the HTML containing the element code for the combined file or piece of code
|
and the HTML containing the element code for the combined file or piece of code
|
||||||
being the value. Generating the offline manifest, using the ``compress``
|
being the value. Generating the offline manifest, using the ``compress``
|
||||||
management command, also generates the combined files referenced in the manifest.
|
management command, also generates the combined files referenced in the manifest.
|
||||||
|
Reference in New Issue
Block a user