Skip to content

Commit

Permalink
Merge pull request #2249 from WNC-Travis/minor-typo
Browse files Browse the repository at this point in the history
Minor typo fix
  • Loading branch information
adamw authored Jun 16, 2022
2 parents 57315ad + 850a525 commit 90d2b3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/docs/openapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ within a context, and you don't want Swagger to use relative paths, you'll need
to `false`, and specify the `contextPath` one.

Moreover, model generation can be configured - see below for more details on `OpenAPIDocsOptions` and the method
parameters of `fromEndpoitns`. Finally, the generated model can be customised. See the scaladocs for
parameters of `fromEndpoints`. Finally, the generated model can be customised. See the scaladocs for
`SwaggerInterpreter`.

The swagger server endpoints can be secured using `ServerLogic.prependSecurity`, see [server logic](../server/logic.md)
Expand Down
2 changes: 1 addition & 1 deletion generated-doc/out/docs/openapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ within a context, and you don't want Swagger to use relative paths, you'll need
to `false`, and specify the `contextPath` one.

Moreover, model generation can be configured - see below for more details on `OpenAPIDocsOptions` and the method
parameters of `fromEndpoitns`. Finally, the generated model can be customised. See the scaladocs for
parameters of `fromEndpoints`. Finally, the generated model can be customised. See the scaladocs for
`SwaggerInterpreter`.

The swagger server endpoints can be secured using `ServerLogic.prependSecurity`, see [server logic](../server/logic.md)
Expand Down

0 comments on commit 90d2b3c

Please sign in to comment.