Skip to content

Commit 61bc7b8

Browse files
Update content/openapi/types-and-parameters.md
Co-authored-by: John Biundo <[email protected]>
1 parent 2254c39 commit 61bc7b8

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
@@ -49,7 +49,7 @@ In addition, the `@ApiProperty()` decorator allows setting various [Schema Objec
4949
age: number;
5050
```
5151

52-
> info **Hint** Instead of explicitly typing the `{{"@ApiProperty({ required: false })"}}` you can use `@ApiPropertyOptional()` short-hand decorator.
52+
> info **Hint** Instead of explicitly typing the `{{"@ApiProperty({ required: false })"}}` you can use the `@ApiPropertyOptional()` short-hand decorator.
5353
5454
In order to explicitly set the type of the property, use the `type` key:
5555

0 commit comments

Comments
 (0)