mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
treewide: fix typos
This commit is contained in:
parent
785f9d198b
commit
c1ab1c5e7c
11 changed files with 16 additions and 16 deletions
|
@ -8,7 +8,7 @@ in
|
|||
|
||||
OnFailureMail = mkOption {
|
||||
type = types.nullOr (types.str);
|
||||
description = lib.mdDoc "Mail adress where to send the error report";
|
||||
description = lib.mdDoc "Mail address where to send the error report";
|
||||
default = null;
|
||||
example = "alarm@mail.com";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue