From a4193036125ad21ef2e8e4436f968a3cd43baed8 Mon Sep 17 00:00:00 2001 From: lrobledo Date: Thu, 10 Jan 2019 08:28:21 -0700 Subject: [PATCH] docs: fix typos in redoc-vendor-extensions.md (#782) [ci skip] --- docs/redoc-vendor-extensions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/redoc-vendor-extensions.md b/docs/redoc-vendor-extensions.md index c59ac1a9..ec30be89 100644 --- a/docs/redoc-vendor-extensions.md +++ b/docs/redoc-vendor-extensions.md @@ -132,13 +132,13 @@ Extends OpenAPI [Tag Object](http://swagger.io/specification/#tagObject) #### x-traitTag | Field Name | Type | Description | | :------------- | :------: | :---------- | -| x-traitTag | boolean | In Swagger two operations can have multiply tags. This property distinguish between tags that are used to group operations (default) from tags that are used to mark operation with certain trait (`true` value) | +| x-traitTag | boolean | In Swagger two operations can have multiple tags. This property distinguishes between tags that are used to group operations (default) from tags that are used to mark operation with certain trait (`true` value) | #### x-displayName | Field Name | Type | Description | | :------------- | :------: | :---------- | -| x-displayName | string | Define the text that is used for this tag in the menu and in section headings | +| x-displayName | string | Defines the text that is used for this tag in the menu and in section headings | ###### Usage in Redoc