From 1993ab6e06fd40f75884213afb4245b05c770239 Mon Sep 17 00:00:00 2001 From: Johny Patera Date: Sat, 25 Mar 2023 02:01:32 +0100 Subject: [PATCH] Typo --- utils/en/helpers.texy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/en/helpers.texy b/utils/en/helpers.texy index bfd02a014a..2311d7b132 100644 --- a/utils/en/helpers.texy +++ b/utils/en/helpers.texy @@ -65,7 +65,7 @@ Helpers::falseToNull(123); // 123 getLastError(): string .[method] -------------------------------- -Returns the last occurred PHP error or an empty string if no error occurred. Unlike `error_get_last()`, it is nit affected by the PHP directive `html_errors` and always returns text, not HTML. +Returns the last occurred PHP error or an empty string if no error occurred. Unlike `error_get_last()`, it is not affected by the PHP directive `html_errors` and always returns text, not HTML. ```php Helpers::getLastError();