Skip to content

Commit 13b4758

Browse files
committed
fix route pluralization in docs
This fixes #1109.
1 parent 7c72997 commit 13b4758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/doc/5-automatic-route-generation_single-restful-controller.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Define resource actions
103103
{} // "put_user_comment" [PUT] /users/{slug}/comments/{id}
104104
105105
public function postUserCommentVoteAction($slug, $id)
106-
{} // "post_user_comment_vote" [POST] /users/{slug}/comments/{id}/vote
106+
{} // "post_user_comment_vote" [POST] /users/{slug}/comments/{id}/votes
107107
108108
public function removeUserCommentAction($slug, $id)
109109
{} // "remove_user_comment" [GET] /users/{slug}/comments/{id}/remove

0 commit comments

Comments
 (0)