Skip to content

Commit df0f302

Browse files
authored
Fix typo in README.md
1 parent 7342396 commit df0f302

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ content-type: "application/problem+json"
9292
openapi_first offers a [JSON:API](https://jsonapi.org/) error response by passing `error_response: :jsonapi`:
9393

9494
```ruby
95-
use OpenapiFirst::Middlewares::RequestValidation, 'openapi.yaml, error_response: :jsonapi'
95+
use OpenapiFirst::Middlewares::RequestValidation, 'openapi.yaml', error_response: :jsonapi
9696
```
9797

9898
<details>

0 commit comments

Comments
 (0)