We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f31187 commit 9d52196Copy full SHA for 9d52196
modules/records.nix
@@ -172,7 +172,7 @@ lib.mapAttrs
172
};
173
preference = lib.mkOption {
174
description = lib.mdDoc ''
175
- Lower is better/more preffered over other entries.
+ Lower is better/more preferred over other entries.
176
'';
177
example = 10;
178
type = lib.types.int;
utils/octodns.nix
@@ -43,7 +43,7 @@
43
;
44
45
/*
46
- Same thing as generate.octodnsConfig but instaed of returning a derivation it returns a set ready for converting it to a file.
+ Same thing as generate.octodnsConfig but instead of returning a derivation it returns a set ready for converting it to a file.
47
48
Type:
49
utils.octodns.makeConfigAttrs :: Attr -> Attr
0 commit comments