Unverified Commit cdad0ce1 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

nixos/filesystems: fix a typo in docs

parent 41327ae4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {