diff --git a/invokeai/app/api/no_cache_staticfiles.py b/invokeai/app/api/no_cache_staticfiles.py index 2847baeed9..15a53270f1 100644 --- a/invokeai/app/api/no_cache_staticfiles.py +++ b/invokeai/app/api/no_cache_staticfiles.py @@ -11,7 +11,7 @@ class NoCacheStaticFiles(StaticFiles): never cache the files. Static files include the javascript bundles, fonts, locales, and some images. Generated - images are not included, as they are service by a router. + images are not included, as they are served by a router. """ def __init__(self, *args: Any, **kwargs: Any):