Skip to content

Commit a27eed1

Browse files
authored
Fixed a typo I found while reading the docs
1 parent 9602a75 commit a27eed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/swagger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ final class SwaggerDecorator implements NormalizerInterface
4646

4747
$customDefinition = [
4848
'name' => 'fields',
49-
'definition' => 'Fields to remove of the outpout',
49+
'definition' => 'Fields to remove of the output',
5050
'default' => 'id',
5151
'in' => 'query',
5252
];

0 commit comments

Comments
 (0)