Skip to content

Commit e37256d

Browse files
committed
docs: minor improvements
1 parent 9ff2372 commit e37256d

File tree

2 files changed

+2
-2
lines changed
  • packages

2 files changed

+2
-2
lines changed

packages/ajv-openapi-request-response-validator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This library contains an Open API v3.0 validator that validates http requests an
1717
* Query params are usually string values on the other hand, so this library coerces those by default prior to validation
1818
* This library does not validate the Open API specification itself. I suggest you use another tool for this for now.
1919

20-
To check out what is supported, take a look at the [test fixtures](/test/fixtures/)
20+
To check out what is supported, take a look at the [test fixtures](./test/fixtures/)
2121

2222
## Getting started
2323

packages/azure-functions-openapi-validator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This library contains an Open API v3.0 validator and an Azure Functions v4 hook that validates http function requests.
44

55
It identifies the Azure function route and tries to find a matching route in the Open API specification. It then validates query parameters,
6-
the request body and response body against the schema.
6+
the request body and response body against a schema.
77

88
## Caveats
99

0 commit comments

Comments
 (0)