Skip to content

Commit 9495f01

Browse files
authored
Fix documentation typo
1 parent 085869b commit 9495f01

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
@@ -296,7 +296,7 @@ You may want custom groups on subresources. Because a subresource is nothing mor
296296
use ApiPlatform\Core\Annotation\ApiResource;
297297

298298
/**
299-
* @ApiResource(collectionOperations={"api_questions_answer_get_subresource"={"method"="GET", "normalization_context"="{"groups"={"foobar"}}"}})
299+
* @ApiResource(collectionOperations={"api_questions_answer_get_subresource"={"method"="GET", "normalization_context"={"groups"={"foobar"}}}})
300300
*/
301301
class Answer
302302
{

0 commit comments

Comments
 (0)