fix(home/options): Typo
This commit is contained in:
parent
53fc53d5c4
commit
4fe9d1caea
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ let
|
||||||
|
|
||||||
identity.options = {
|
identity.options = {
|
||||||
email = lib.mkOption {
|
email = lib.mkOption {
|
||||||
description = "Primary email adderss";
|
description = "Primary email address";
|
||||||
type = types.str;
|
type = types.str;
|
||||||
example = "email@example.org";
|
example = "email@example.org";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue