0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

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 { mountPoint = mkOption {
example = "/mnt/usb"; example = "/mnt/usb";
type = nonEmptyWithoutTrailingSlash; type = nonEmptyWithoutTrailingSlash;
description = lib.mdDoc "Location of the mounted the file system."; description = lib.mdDoc "Location of the mounted file system.";
}; };
device = mkOption { device = mkOption {