nixos/filesystems: fix a typo in docs

This commit is contained in:
Vladimír Čunát 2022-11-27 21:57:35 +01:00
parent 41327ae44f
commit cdad0ce127
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -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 {