Fix typo in the GitLab smtp auth options docs

This commit is contained in:
Jean-Paul Calderone 2021-02-14 09:55:54 -05:00 committed by GitHub
parent f6f5367411
commit 9338023577
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {