Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed Dec 14, 2019
1 parent f04b8d4 commit 0c52999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -651,7 +651,7 @@ _Note syncrhonous mode makes use of the [`deasync`](https://github.com/abbr/deas
**Q:** What does it mean to use the validator 'synchronously'?
**A:** The installation of the validator handled synchronously. That is the initial parse and `$ref` resolution of the OpenAPI 3 spec. All validation executed _**a**synchronously_ i.e. request, response, and security validation. Use `installSync(app)` instead of `install(app)` to install the validator in a blocking manner.
**A:** The installation of the validator is handled synchronously; This includes the initial parse and `$ref` resolution of the OpenAPI 3 spec. All validation executed _**a**synchronously_ i.e. request, response, and security validation. Use `installSync(app)` instead of `install(app)` to install the validator in a blocking manner.
1. Install the openapi validator
Expand Down

0 comments on commit 0c52999

Please sign in to comment.