From 200701756a24bac8cec18cda37c8aede656ac95e Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Tue, 23 Aug 2022 09:59:24 -0700 Subject: [PATCH] fix: log typo (#580) --- src/cmds/openapi/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmds/openapi/index.ts b/src/cmds/openapi/index.ts index 4322bb6d0..0eaa47ed6 100644 --- a/src/cmds/openapi/index.ts +++ b/src/cmds/openapi/index.ts @@ -93,7 +93,7 @@ export default class OpenAPICommand extends Command { } if (create && id) { - Command.warn("We'll be using the `--create` option , so the `--id` parameter will be ignored."); + Command.warn("We'll be using the `--create` option, so the `--id` parameter will be ignored."); } // Reason we're hardcoding in command here is because `swagger` command