Skip to content

Commit 116167b

Browse files
authored
Merge pull request #579 from alexsegura/fix-typo
Fix typo.
2 parents ee3a6be + 9efd861 commit 116167b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ You can control the path of subresources with the `path` option of the `subresou
450450
* ...
451451
* @ApiResource(
452452
* subresourceOperations={
453-
* "answer_get_subresource"= {
453+
* "answer_get_subresource"={
454454
* "method"="GET",
455455
* "path"="/questions/{id}/all-answers"
456456
* },

0 commit comments

Comments
 (0)