From 4a1d91e956f86dfe650764966a598420adbdc361 Mon Sep 17 00:00:00 2001 From: kenjis Date: Wed, 28 Dec 2022 09:10:59 +0900 Subject: [PATCH] docs: fix typo Co-authored-by: MGatner --- app/Config/Honeypot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Config/Honeypot.php b/app/Config/Honeypot.php index 019b48acf9de..67ebcb0ee74c 100644 --- a/app/Config/Honeypot.php +++ b/app/Config/Honeypot.php @@ -29,7 +29,7 @@ class Honeypot extends BaseConfig /** * Honeypot container * - * If you enables CSP, you can remove `style="display:none"`. + * If you enabled CSP, you can remove `style="display:none"`. */ public string $container = '
{template}
';