Skip to content

Commit ba15d2c

Browse files
committed
chore: lint
1 parent d994b83 commit ba15d2c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

core/openapi.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,9 @@ Change `/docs` to the URI you wish Swagger to be accessible on.
436436

437437
## Using a custom Asset Package in Swagger UI
438438

439-
Sometimes you may want to use a different [Asset Package](https://symfony.com/doc/current/reference/configuration/framework.html#packages) for the Swagger UI. In this way you'll have more fine-grained control over the asset url generations. This is useful i.e. if you want to use different base path, base url or asset versioning strategy.
439+
Sometimes you may want to use a different [Asset Package](https://symfony.com/doc/current/reference/configuration/framework.html#packages) for the Swagger UI.
440+
In this way you'll have more fine-grained control over the asset URL generations.
441+
This is useful i.e. if you want to use different base path, base URL or asset versioning strategy.
440442

441443
Specify a custom asset package name:
442444

@@ -482,7 +484,7 @@ You may want to copy the [one shipped with API Platform](https://github.com/api-
482484
API Platform provides a way to be compatible with Amazon API Gateway.
483485

484486
To enable API Gateway compatibility on your OpenAPI docs, add `api_gateway=true` as query parameter: `http://www.example.com/docs.json?api_gateway=true`.
485-
The flag `--api-gateway` is also available through the command line.
487+
The flag `--api-gateway` is also available through the command-line.
486488

487489
## OAuth
488490

0 commit comments

Comments
 (0)