Skip to content

Commit 961a86e

Browse files
Update content/openapi/types-and-parameters.md
Co-authored-by: John Biundo <[email protected]>
1 parent 94c36a6 commit 961a86e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/openapi/types-and-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ async create(@Body() coords: number[][]) {}
239239

240240
#### Extra models
241241

242-
In order to define additional models that should be inspected by Swagger module, use the `@ApiExtraModels()` decorator:
242+
To define additional models that should be inspected by the Swagger module, use the `@ApiExtraModels()` decorator:
243243

244244
```typescript
245245
@ApiExtraModels(ExtraModel)

0 commit comments

Comments
 (0)