Skip to content

Commit 6f13d5c

Browse files
Update content/openapi/operations.md
Co-authored-by: John Biundo <[email protected]>
1 parent 3e1d6c5 commit 6f13d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/openapi/operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class CatsController {}
2727

2828
#### Responses
2929

30-
To define a custom HTTP response, we use `@ApiResponse()` decorator.
30+
To define a custom HTTP response, use the `@ApiResponse()` decorator.
3131

3232
```typescript
3333
@Post()

0 commit comments

Comments
 (0)