Skip to content

Commit 9468b9a

Browse files
committed
minor #5071 Fixed incorrect plural form (Katharina Störmer)
This PR was merged into the 2.3 branch. Discussion ---------- Fixed incorrect plural form | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | - Commits ------- 6ea16f0 Fixed incorrect plural form
2 parents 63f1ca3 + 6ea16f0 commit 9468b9a

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
@@ -387,7 +387,7 @@ or perform more complex requests. Some useful examples::
387387
array('photo' => $photo)
388388
);
389389

390-
// Perform a DELETE requests and pass HTTP headers
390+
// Perform a DELETE request and pass HTTP headers
391391
$client->request(
392392
'DELETE',
393393
'/post/12',

0 commit comments

Comments
 (0)