From 6ea16f0a0fa2b554777ddc2a8e8e711f9c7ef0e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Katharina=20St=C3=B6rmer?= Date: Tue, 10 Mar 2015 22:09:47 +0100 Subject: [PATCH] Fixed incorrect plural form --- book/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/testing.rst b/book/testing.rst index 4a836f6c313..ebe3b003c60 100644 --- a/book/testing.rst +++ b/book/testing.rst @@ -377,7 +377,7 @@ or perform more complex requests:: array('photo' => $photo) ); - // Perform a DELETE requests, and pass HTTP headers + // Perform a DELETE request, and pass HTTP headers $client->request( 'DELETE', '/post/12',