Skip to content

Commit 1336ec2

Browse files
phip1611roberth
andauthored
Update modules/hooks.nix
Co-authored-by: Robert Hensing <[email protected]>
1 parent 7e6fcae commit 1336ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hooks.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -1450,7 +1450,7 @@ in
14501450
configPath =
14511451
mkOption {
14521452
type = types.nullOr (types.either types.str types.path);
1453-
description = lib.mdDoc "Path to a typos config file (recommended) or a string (deprecated).";
1453+
description = lib.mdDoc "[Path](https://nixos.org/manual/nix/stable/language/values#type-path) to a typos config file (recommended) or a string (deprecated).";
14541454
default = null;
14551455
example = ".typos.toml";
14561456
};

0 commit comments

Comments
 (0)