Skip to content

Commit 4de8aa4

Browse files
committed
docs: rephrase general description
1 parent 7e2a218 commit 4de8aa4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</p>
1212

1313
<p align="justify">
14-
The idea is to place the proxy between a client (e.g. a frontend app) and a web server to catch invalid requests or responses during development. Use this proxy locally or set it up in your development server. In production environments, use the silent flag to forward unmodified response bodies. In any case, validation headers are set that allow to trace down violations of your OpenAPI definition.
14+
The idea is to place the proxy between a client (e.g. a frontend app) and a web server to catch invalid requests or responses during development. Use this proxy locally or set it up in your development server. In production environments, set the _silent_ flag to forward unmodified response bodies. In any case, validation headers are set that allow to trace down violations to your OpenAPI definition.
1515
</p>
1616

1717
<p align="center">

docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ development.
1212
</p>
1313

1414
The proxy validates the requests and responses in the communication with a target server. By default, the proxy will
15-
respond with a 500 status code when the validation fails. In production environments, you can use the *silent* flag to
15+
respond with a 500 status code when the validation fails. In production environments, you can set the _silent_ flag to
1616
forward unmodified response bodies.
1717

1818
You can find more information at the [GitHub page](https://github.com/EXXETA/openapi-cop).

0 commit comments

Comments
 (0)