From baa0ca088cbd4e7e259cf44fe43102cc2052a2ab Mon Sep 17 00:00:00 2001 From: lukacsaronzs <77620573+lukacsaronzs@users.noreply.github.com> Date: Fri, 8 Apr 2022 12:04:35 +0300 Subject: [PATCH] Fixed typo in readme which caused the project link to be broken (#12083) --- .../openapi-generator/src/main/resources/openapi-yaml/README.md | 2 +- modules/openapi-generator/src/main/resources/openapi/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/openapi-generator/src/main/resources/openapi-yaml/README.md b/modules/openapi-generator/src/main/resources/openapi-yaml/README.md index 6b0f68482016..613c6d787e6f 100644 --- a/modules/openapi-generator/src/main/resources/openapi-yaml/README.md +++ b/modules/openapi-generator/src/main/resources/openapi-yaml/README.md @@ -1,2 +1,2 @@ # OpenAPI YAML -This is a OpenAPI YAML built by the [openapi-generator](https://github.com/openapitools/openapi-genreator) project. \ No newline at end of file +This is a OpenAPI YAML built by the [openapi-generator](https://github.com/openapitools/openapi-generator) project. \ No newline at end of file diff --git a/modules/openapi-generator/src/main/resources/openapi/README.md b/modules/openapi-generator/src/main/resources/openapi/README.md index 6c6352fdaef6..8bbce067a4de 100644 --- a/modules/openapi-generator/src/main/resources/openapi/README.md +++ b/modules/openapi-generator/src/main/resources/openapi/README.md @@ -1,2 +1,2 @@ # OpenAPI JSON -This is a OpenAPI JSON built by the [openapi-generator](https://github.com/openapitools/openapi-genreator) project. \ No newline at end of file +This is a OpenAPI JSON built by the [openapi-generator](https://github.com/openapitools/openapi-generator) project. \ No newline at end of file