From 05827b7861a33dfbfb4e780a70ac69b2a35f3cdc Mon Sep 17 00:00:00 2001 From: slawkens Date: Mon, 27 Jan 2025 21:29:57 +0100 Subject: [PATCH] Typo --- system/exception.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/exception.php b/system/exception.php index 40ad3df6..f23c3053 100644 --- a/system/exception.php +++ b/system/exception.php @@ -37,7 +37,7 @@ function exception_handler($exception) { } // display beautiful error message - // the file is .twig.html, but its not really parsed by Twig + // the file is .twig.html, but it's not really parsed by Twig // we just replace some values manually // cause in case Twig throws exception, we can show it too $content = file_get_contents($template_file);