Fix typo in the GitLab smtp auth options docs
This commit is contained in:
parent
f6f5367411
commit
9338023577
@ -454,7 +454,7 @@ in {
|
||||
authentication = mkOption {
|
||||
type = with types; nullOr str;
|
||||
default = null;
|
||||
description = "Authentitcation type to use, see http://api.rubyonrails.org/classes/ActionMailer/Base.html";
|
||||
description = "Authentication type to use, see http://api.rubyonrails.org/classes/ActionMailer/Base.html";
|
||||
};
|
||||
|
||||
enableStartTLSAuto = mkOption {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user