From 59db7cc568b67e1e2a2f4bb3dcd9bb486db736fb Mon Sep 17 00:00:00 2001 From: Tomer Cohen Date: Thu, 3 Jan 2019 14:53:58 +0400 Subject: [PATCH] remove unnecessary words from migration-from-swagger-codegen.md (#1791) Removed 'an existing '. --- docs/migration-from-swagger-codegen.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migration-from-swagger-codegen.md b/docs/migration-from-swagger-codegen.md index d40976c9667d..d807eb8d34cd 100644 --- a/docs/migration-from-swagger-codegen.md +++ b/docs/migration-from-swagger-codegen.md @@ -156,7 +156,7 @@ Corresponding java code: `CodegenProperty.datatype` is renamed to `CodegenProper `.swagger-codegen-ignore` is replaced by `.openapi-generator-ignore`. The syntax inside the file stays the same. -You don't need to rename the file manually, OpenAPI Generator will do it when your run it against an existing an existing output directory. +You don't need to rename the file manually, OpenAPI Generator will do it when your run it against an existing output directory. (When there is no `.openapi-generator-ignore` in a folder, if a `.swagger-codegen-ignore` file is present it will be considered and renamed to `.openapi-generator-ignore`).