Skip to content

Commit 79431f2

Browse files
Improve clarity (#10574)
1 parent 190d3e5 commit 79431f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The `Illuminate\Http\Client\Response` object also implements the PHP `ArrayAcces
5757
return Http::get('http://example.com/users/1')['name'];
5858
```
5959

60-
In addition to the response methods listed above, the following methods may be used to determine if the response has a given status code:
60+
In addition to the response methods listed above, the following methods may be used to determine if the response has a specific status code:
6161

6262
```php
6363
$response->ok() : bool; // 200 OK

0 commit comments

Comments
 (0)