Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit ae0588c

Browse files
committed
Fix message for 408.
Thanks @jubianchi for the review!
1 parent f037107 commit ae0588c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Response/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ class Response
292292
*
293293
* @const string
294294
*/
295-
const STATUS_REQUEST_TIME_OUT = '408 Request Time Out';
295+
const STATUS_REQUEST_TIME_OUT = '408 Request Timeout';
296296

297297
/**
298298
* Conflict.

0 commit comments

Comments
 (0)