Skip to content

Commit 2279d5c

Browse files
committed
docs(openapi): Removed trailing ";"
Removed trailing semi colon as this causes compiler issues when a user copy and pastes the sample.
1 parent b723c5f commit 2279d5c

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
@@ -128,7 +128,7 @@ const document = SwaggerModule.createDocument(app, options, {
128128
operationIdFactory: (
129129
controllerKey: string,
130130
methodKey: string
131-
) => methodKey;
131+
) => methodKey
132132
});
133133
```
134134

0 commit comments

Comments
 (0)