From 2285aa62c8e7eeda2e68b18fa24ed770af6da515 Mon Sep 17 00:00:00 2001 From: dongjoo Date: Tue, 11 Aug 2020 17:05:46 +0900 Subject: [PATCH] fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc1e6f51..abece337 100644 --- a/README.md +++ b/README.md @@ -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: