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:
parent
41327ae44f
commit
cdad0ce127
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue