From 4f5738f493ebea906844dcd18d40eb16031a039e Mon Sep 17 00:00:00 2001 From: "Oliver B. Fischer" Date: Tue, 4 Jul 2023 17:26:33 +0200 Subject: [PATCH] Spelling fixes of a header for Asciidoc generation (#15988) The case sensitivity for the heading for the response codes was incorrect and has been corrected for the generation of Asciidoc files. --- .../src/main/resources/asciidoc-documentation/index.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openapi-generator/src/main/resources/asciidoc-documentation/index.mustache b/modules/openapi-generator/src/main/resources/asciidoc-documentation/index.mustache index cbfb5daad9f..221296c8343 100644 --- a/modules/openapi-generator/src/main/resources/asciidoc-documentation/index.mustache +++ b/modules/openapi-generator/src/main/resources/asciidoc-documentation/index.mustache @@ -96,7 +96,7 @@ Operation Id:: {{nickname}} ===== Responses -.http response codes +.HTTP Response Codes [cols="2,3,1"] |=== | Code | Message | Datatype