Skip to content

Commit

Permalink
Merge pull request #348 from codinggosu/fix-readme
Browse files Browse the repository at this point in the history
fix typo in readme
  • Loading branch information
cdimascio authored Aug 11, 2020
2 parents e762acf + 2285aa6 commit e45958b
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 @@ -176,7 +176,7 @@ new OpenApiValidator({
});
```

- Next, use the `x-eov-operation-id` OpenAPI vendor extension or `operationId` to specify the id of opeartion handler to invoke.
- Next, use the `x-eov-operation-id` OpenAPI vendor extension or `operationId` to specify the id of operation handler to invoke.

```yaml
/ping:
Expand Down

0 comments on commit e45958b

Please sign in to comment.