Skip to content

Commit 0cc5fb3

Browse files
HmacheOskarStark
authored andcommitted
Fix typo in http_client.rst
1 parent 8243c48 commit 0cc5fb3

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
@@ -1809,7 +1809,7 @@ assertions on the request before returning the mocked response::
18091809
},
18101810
];
18111811

1812-
$client = new MockHttpClient($expectedRequest);
1812+
$client = new MockHttpClient($expectedRequests);
18131813

18141814
// ...
18151815

0 commit comments

Comments
 (0)