Skip to content

Commit 8fcea8a

Browse files
Merge pull request #1601 from NicmeisteR/swagger-docs-methodKey-fix
docs(openapi): Removed trailing ";"
2 parents b723c5f + 2279d5c commit 8fcea8a

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)