From 3e1f66fbc3e9398f4705c372e27d5195ca3d636e Mon Sep 17 00:00:00 2001 From: Gregor Wolf Date: Sat, 5 Nov 2022 12:25:50 +0100 Subject: [PATCH] fix spelling issue --- apps/generator-cli/src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/generator-cli/src/README.md b/apps/generator-cli/src/README.md index 34d0fabc5..42b54ca83 100644 --- a/apps/generator-cli/src/README.md +++ b/apps/generator-cli/src/README.md @@ -10,7 +10,7 @@ OpenAPI Generator allows generation of API client libraries (SDK generation), se configuration automatically given an OpenAPI Spec (both 2.0 and 3.0 are supported). Please see [OpenAPITools/openapi-generator](https://github.com/OpenAPITools/openapi-generator). -The OpenAPI Generator is a Java project. `openapi-generator-cli` will download the approprate JAR file and invoke the `java` executable to run the OpenAPI Generator. You must have the `java` binary executable available on your `PATH` for this to work. +The OpenAPI Generator is a Java project. `openapi-generator-cli` will download the appropriate JAR file and invoke the `java` executable to run the OpenAPI Generator. You must have the `java` binary executable available on your `PATH` for this to work. ---