From f033aeda83179096bb9d5847f7788249e687183c Mon Sep 17 00:00:00 2001 From: snipe Date: Fri, 3 Jun 2022 15:28:00 -0700 Subject: [PATCH] Fixed typo in comments Signed-off-by: snipe --- app/Helpers/Helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Helpers/Helper.php b/app/Helpers/Helper.php index 32d896a31..ea6ac63e0 100644 --- a/app/Helpers/Helper.php +++ b/app/Helpers/Helper.php @@ -864,7 +864,7 @@ class Helper * * While this *shouldn't* typically happen since we validate dates before entering them * into the database (and we use date/datetime fields for native fields in the system), - * It is a possible scenario that a custom field could be created as an "ANY" field, data gets + * it is a possible scenario that a custom field could be created as an "ANY" field, data gets * added, and then the custom field format gets edited later. If someone put bad data in the * database before then - or if they manually edited the field's value - it will crash. *