Skip to content

Commit 8898ed9

Browse files
Update content/recipes/swagger.md
Co-Authored-By: John Biundo <[email protected]>
1 parent 70cc8c5 commit 8898ed9

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
@@ -154,7 +154,7 @@ node: Node;
154154
155155
#### Generics and interfaces
156156

157-
Since TypeScript does not store metadata about generics or interfaces, when you use them in your DTOs, `SwaggerModule` may not be able to properly generate model definitions at runtime. For instance, below code won't be correctly inspected by the Swagger module:
157+
Since TypeScript does not store metadata about generics or interfaces, when you use them in your DTOs, `SwaggerModule` may not be able to properly generate model definitions at runtime. For instance, the following code won't be correctly inspected by the Swagger module:
158158

159159
```typescript
160160
createBulk(@Body() usersDto: CreateUserDto[])

0 commit comments

Comments
 (0)