diff --git a/core/subresources.md b/core/subresources.md index fc5f2bd96ff..3b4f2e184c3 100644 --- a/core/subresources.md +++ b/core/subresources.md @@ -207,7 +207,7 @@ You can control the path of subresources with the `path` option of the `subresou * ... * @ApiResource( * subresourceOperations={ - * "api_questions_answer_get_subresource"={ + * "answer_get_subresource"={ * "method"="GET", * "path"="/questions/{id}/all-answers" * },