Skip to content

Commit

Permalink
minor #5071 Fixed incorrect plural form (Katharina Störmer)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed Mar 14, 2015
2 parents 63f1ca3 + 6ea16f0 commit 9468b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ or perform more complex requests. Some useful examples::
array('photo' => $photo)
);

// Perform a DELETE requests and pass HTTP headers
// Perform a DELETE request and pass HTTP headers
$client->request(
'DELETE',
'/post/12',
Expand Down

0 comments on commit 9468b9a

Please sign in to comment.