fix(django-apps): Use correct word in description
This commit is contained in:
parent
ec564b46f4
commit
2efe27cb62
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ in
|
||||||
serveMedia = mkOption {
|
serveMedia = mkOption {
|
||||||
type = bool;
|
type = bool;
|
||||||
default = true;
|
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 {
|
env_prefix = mkOption {
|
||||||
|
|
Loading…
Add table
Reference in a new issue