Skip to content

Commit f7e6803

Browse files
committed
docs(readme): Correct duplicate decorator
1 parent bebb27d commit f7e6803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/recipes/swagger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ Nest provides a set of short-hand **API response** decorators that inherit from
566566
- `@ApiNotAcceptableResponse()`
567567
- `@ApiRequestTimeoutResponse()`
568568
- `@ApiConflictResponse()`
569-
- `@ApiGatewayTimeoutResponse()`
569+
- `@ApiTooManyRequestsResponse()`
570570
- `@ApiGoneResponse()`
571571
- `@ApiPayloadTooLargeResponse()`
572572
- `@ApiUnsupportedMediaTypeResponse()`

0 commit comments

Comments
 (0)