diff --git a/types/lvm_vg.nix b/types/lvm_vg.nix index a6b1cc3..ea573f1 100644 --- a/types/lvm_vg.nix +++ b/types/lvm_vg.nix @@ -4,7 +4,7 @@ name = lib.mkOption { type = lib.types.str; default = config._module.args.name; - description = "Name of the volume gorup"; + description = "Name of the volume group"; }; type = lib.mkOption { type = lib.types.enum [ "lvm_vg" ];