From 7ef2ff4a32d7e9788bef00dca6cc1ada8d1b1661 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Fri, 22 Oct 2021 19:46:56 -0700 Subject: [PATCH] Add missing period --- module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.nix b/module.nix index 1c418a1..241c118 100644 --- a/module.nix +++ b/module.nix @@ -41,7 +41,7 @@ in }; challengePath = mkOption { type = types.str; - description = "The location for ACME challenges"; + description = "The location for ACME challenges."; }; };