fix(api): type in no_cache_staticfiles.py

This commit is contained in:
psychedelicious 2024-01-22 16:01:26 +11:00
parent 5fa13fba36
commit 4b88cfac19

View File

@ -10,7 +10,7 @@ class NoCacheStaticFiles(StaticFiles):
ensuring we *never* cache static files. It modifies the file response headers to strictly
never cache the files.
Ttatic files include the javascript bundles, fonts, locales, and some images. Generated
Static files include the javascript bundles, fonts, locales, and some images. Generated
images are not included, as they are service by a router.
"""