Skip to content

Commit 1d4d5a8

Browse files
authored
Fix typo in http_client.rst
1 parent ac75710 commit 1d4d5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http_client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1958,7 +1958,7 @@ assertions on the request before returning the mocked response::
19581958
},
19591959
];
19601960

1961-
$client = new MockHttpClient($expectedRequest);
1961+
$client = new MockHttpClient($expectedRequests);
19621962

19631963
// ...
19641964

0 commit comments

Comments
 (0)