Skip to content

Commit f0b364c

Browse files
Update content/openapi/introduction.md
1 parent d94446a commit f0b364c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/openapi/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export interface ExpressSwaggerCustomOptions {
155155
}
156156
```
157157

158-
while if you use fastify you can configure the user interface using `FastifySwaggerCustomOptions`.
158+
If you use fastify, you can configure the user interface by passing the `FastifySwaggerCustomOptions` object.
159159

160160
```Typescript
161161
export interface FastifySwaggerCustomOptions {

0 commit comments

Comments
 (0)