Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Janik-Haag committed Feb 10, 2024
1 parent 9f31187 commit 1cf7323
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/records.nix
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ lib.mapAttrs
};
preference = lib.mkOption {
description = lib.mdDoc ''
Lower is better/more preffered over other entries.
Lower is better/more preferred over other entries.
'';
example = 10;
type = lib.types.int;
Expand Down
2 changes: 1 addition & 1 deletion utils/octodns.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
;

/*
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.
Type:
utils.octodns.makeConfigAttrs :: Attr -> Attr
Expand Down

0 comments on commit 1cf7323

Please sign in to comment.