nixos/filesystems: fix a typo in docs
This commit is contained in:
parent
41327ae44f
commit
cdad0ce127
@ -33,7 +33,7 @@ let
|
||||
mountPoint = mkOption {
|
||||
example = "/mnt/usb";
|
||||
type = nonEmptyWithoutTrailingSlash;
|
||||
description = lib.mdDoc "Location of the mounted the file system.";
|
||||
description = lib.mdDoc "Location of the mounted file system.";
|
||||
};
|
||||
|
||||
device = mkOption {
|
||||
|
Loading…
Reference in New Issue
Block a user