Skip to content

Commit a54cdc8

Browse files
committed
[#2396] Comment tweak on submitting raw request body
1 parent 1bc1540 commit a54cdc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ or perform more complex requests::
344344
// Directly submit a form (but using the Crawler is easier!)
345345
$client->request('POST', '/submit', array('name' => 'Fabien'));
346346

347-
// Submit a raw JSON string
347+
// Submit a raw JSON string in the requst body
348348
$client->request(
349349
'POST',
350350
'/submit',

0 commit comments

Comments
 (0)