Skip to content

Commit 9d52196

Browse files
authored
fix typos (#10)
1 parent 9f31187 commit 9d52196

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/records.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ lib.mapAttrs
172172
};
173173
preference = lib.mkOption {
174174
description = lib.mdDoc ''
175-
Lower is better/more preffered over other entries.
175+
Lower is better/more preferred over other entries.
176176
'';
177177
example = 10;
178178
type = lib.types.int;

utils/octodns.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
;
4444

4545
/*
46-
Same thing as generate.octodnsConfig but instaed of returning a derivation it returns a set ready for converting it to a file.
46+
Same thing as generate.octodnsConfig but instead of returning a derivation it returns a set ready for converting it to a file.
4747
4848
Type:
4949
utils.octodns.makeConfigAttrs :: Attr -> Attr

0 commit comments

Comments
 (0)