Skip to content

Commit

Permalink
fix typos (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janik-Haag committed May 3, 2024
1 parent fe24041 commit 9fb5c1e
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 9fb5c1e

Please sign in to comment.