Skip to content

Commit

Permalink
Add missing dot to sentence in README
Browse files Browse the repository at this point in the history
  • Loading branch information
satazor authored and andreffvalente committed Sep 10, 2024
1 parent 6cc65c2 commit f7295e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ await fastify.register(import('@fastify/fastify-openapi-router-plugin'), {
| ------ | ---- | ---------- |
| `spec` | `string` or `object` | **REQUIRED**. A file path or object of your OpenAPI specification. |
| `securityHandlers` | `object` | An object containing the security handlers that match [Security Schemes](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#security-scheme-object) described in your OpenAPI specification. |
| `securityErrorMapper` | `function` | A function that allows mapping the default `UnauthorizedError` to a custom error |
| `securityErrorMapper` | `function` | A function that allows mapping the default `UnauthorizedError` to a custom error. |

#### `spec`

Expand Down

0 comments on commit f7295e9

Please sign in to comment.