Skip to content

Commit 86957d0

Browse files
Update content/openapi/introduction.md
1 parent c83e0a3 commit 86957d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/openapi/introduction.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,7 @@ export interface SwaggerCustomOptions {
287287
288288
}
289289
```
290-
> info **Hint** `ui` and `raw` are independent options. Disabling Swagger UI (`ui: false`) does not disable API definitions (JSON/YAML).
291-
> Conversely, disabling API definitions (`raw: []`) does not disable the Swagger UI.
290+
> info **Hint** `ui` and `raw` are independent options. Disabling Swagger UI (`ui: false`) does not disable API definitions (JSON/YAML). Conversely, disabling API definitions (`raw: []`) does not disable the Swagger UI.
292291
>
293292
> For example, the following configuration will disable the Swagger UI but still allow access to API definitions:
294293
> ```typescript

0 commit comments

Comments
 (0)