Skip to content

Commit 6ea16f0

Browse files
committed
Fixed incorrect plural form
1 parent e49a228 commit 6ea16f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/testing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ or perform more complex requests::
377377
array('photo' => $photo)
378378
);
379379

380-
// Perform a DELETE requests, and pass HTTP headers
380+
// Perform a DELETE request, and pass HTTP headers
381381
$client->request(
382382
'DELETE',
383383
'/post/12',

0 commit comments

Comments
 (0)