From 479efac6e9e7c2cda6e2ef988b5fdfe3d3bc37a9 Mon Sep 17 00:00:00 2001 From: NaiJi Date: Sun, 20 Nov 2022 18:35:44 +0400 Subject: [PATCH] chore: Fix an awkward commentary typo... --- lib/logic/api_maps/staging_options.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/logic/api_maps/staging_options.dart b/lib/logic/api_maps/staging_options.dart index fd4e8099..7d3084b7 100644 --- a/lib/logic/api_maps/staging_options.dart +++ b/lib/logic/api_maps/staging_options.dart @@ -3,6 +3,6 @@ class StagingOptions { /// Whether we request for staging temprorary certificates. /// Hardcode to 'true' in the middle of testing to not - /// get your domain banned but constant certificate renewal + /// get your domain banned by constant certificate renewal static bool get stagingAcme => false; }