chore: Fix an awkward commentary typo...

pull/140/head
NaiJi ✨ 2022-11-20 18:35:44 +04:00
parent 93b28d981e
commit 479efac6e9
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}