From 4f6e4b2d887935e743c20a7055b0e94c9e5f246c Mon Sep 17 00:00:00 2001 From: Karen Etheridge Date: Thu, 21 Sep 2023 19:44:12 -0700 Subject: [PATCH] comma fix, same as #3375 --- versions/3.2.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versions/3.2.0.md b/versions/3.2.0.md index 5fd9e763ac..aaf3ed05b2 100644 --- a/versions/3.2.0.md +++ b/versions/3.2.0.md @@ -740,8 +740,8 @@ The path itself is still exposed to the documentation viewer but they will not k Field Name | Type | Description ---|:---:|--- -summary| `string` | An optional, string summary, intended to apply to all operations in this path. -description | `string` | An optional, string description, intended to apply to all operations in this path. [CommonMark syntax](https://spec.commonmark.org/) MAY be used for rich text representation. +summary| `string` | An optional string summary, intended to apply to all operations in this path. +description | `string` | An optional string description, intended to apply to all operations in this path. [CommonMark syntax](https://spec.commonmark.org/) MAY be used for rich text representation. get | [Operation Object](#operationObject) | A definition of a GET operation on this path. put | [Operation Object](#operationObject) | A definition of a PUT operation on this path. post | [Operation Object](#operationObject) | A definition of a POST operation on this path.