about summary refs log tree commit diff
path: root/nixos/modules/tasks
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2022-11-27 21:57:35 +0100
committerVladimír Čunát <v@cunat.cz>2022-11-27 21:57:35 +0100
commitcdad0ce127b0b32ae8c5c07233f44dd63a85661a (patch)
treef1c83dacd0766dcb8b9bb4f2f7b927d4c84b9fa9 /nixos/modules/tasks
parent41327ae44fbf77807464f5fddd40e5bce6326e19 (diff)
nixos/filesystems: fix a typo in docs
Diffstat (limited to 'nixos/modules/tasks')
-rw-r--r--nixos/modules/tasks/filesystems.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/tasks/filesystems.nix b/nixos/modules/tasks/filesystems.nix
index 7ab8f8dc676c7..a093baea6a65c 100644
--- a/nixos/modules/tasks/filesystems.nix
+++ b/nixos/modules/tasks/filesystems.nix
@@ -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 {