fix(django-apps): Use correct word in description

This commit is contained in:
Tom Hubrecht 2025-01-12 14:19:20 +01:00
parent ec564b46f4
commit 2efe27cb62
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -137,7 +137,7 @@ in
serveMedia = mkOption {
type = bool;
default = true;
description = "Wther to serve the MEDIA_ROOT directory with nginx.";
description = "Wether to serve the MEDIA_ROOT directory with nginx.";
};
env_prefix = mkOption {