Skip to content

Commit 86faa2a

Browse files
Update content/openapi/types-and-parameters.md
Co-authored-by: John Biundo <[email protected]>
1 parent 147a351 commit 86faa2a

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
@@ -174,7 +174,7 @@ export enum CatInformationEnum {
174174
> info **Hint** The above snippet is generated using a tool called [NSwag](https://github.com/RicoSuter/NSwag).
175175

176176
You can see that now you have two `enums` that are exactly the same.
177-
To address this issue, you can pass an `enumName` next to `enum` property in your decorator.
177+
To address this issue, you can pass an `enumName` along with the `enum` property in your decorator.
178178

179179
```typescript
180180
export class CatDetail {

0 commit comments

Comments
 (0)