We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c22647f commit 8a92d38Copy full SHA for 8a92d38
book/testing.rst
@@ -344,7 +344,7 @@ or perform more complex requests::
344
// Directly submit a form (but using the Crawler is easier!)
345
$client->request('POST', '/submit', array('name' => 'Fabien'));
346
347
- // Submit a raw JSON string in the requst body
+ // Submit a raw JSON string in the request body
348
$client->request(
349
'POST',
350
'/submit',
0 commit comments