diff --git a/reference/json/functions/json-last-error.xml b/reference/json/functions/json-last-error.xml index 35cdc53843..05e460e142 100644 --- a/reference/json/functions/json-last-error.xml +++ b/reference/json/functions/json-last-error.xml @@ -1,5 +1,5 @@ - + json_last_error @@ -86,7 +86,7 @@ foreach($json as $string) echo ' - Maximum stack depth exceeded'; break; case JSON_ERROR_CTRL_CHAR: - echo ' - Unxpected control character found'; + echo ' - Unexpected control character found'; break; case JSON_ERROR_SYNTAX: echo ' - Syntax error, malformed JSON';