Add missing period

This commit is contained in:
Danila Fedorin 2021-10-22 19:46:56 -07:00
parent 77aa757305
commit 7ef2ff4a32
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ in
};
challengePath = mkOption {
type = types.str;
description = "The location for ACME challenges";
description = "The location for ACME challenges.";
};
};