From 9efd86138706920c4a175dfd6f08f92a42edbaae Mon Sep 17 00:00:00 2001 From: Alexandre Segura Date: Tue, 4 Sep 2018 00:39:04 +0200 Subject: [PATCH] Fix typo. --- core/operations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/operations.md b/core/operations.md index a77857abad6..1e90bbd5950 100644 --- a/core/operations.md +++ b/core/operations.md @@ -450,7 +450,7 @@ You can control the path of subresources with the `path` option of the `subresou * ... * @ApiResource( * subresourceOperations={ - * "answer_get_subresource"= { + * "answer_get_subresource"={ * "method"="GET", * "path"="/questions/{id}/all-answers" * },