Skip to content

Commit 6a7f5aa

Browse files
authored
Typo (#973)
1 parent a3abf1e commit 6a7f5aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/en/helpers.texy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Helpers::falseToNull(123); // 123
6565
getLastError(): string .[method]
6666
--------------------------------
6767

68-
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.
68+
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.
6969

7070
```php
7171
Helpers::getLastError();

0 commit comments

Comments
 (0)