We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 147a351 commit 86faa2aCopy full SHA for 86faa2a
content/openapi/types-and-parameters.md
@@ -174,7 +174,7 @@ export enum CatInformationEnum {
174
> info **Hint** The above snippet is generated using a tool called [NSwag](https://github.com/RicoSuter/NSwag).
175
176
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.
+To address this issue, you can pass an `enumName` along with the `enum` property in your decorator.
178
179
```typescript
180
export class CatDetail {
0 commit comments