Skip to content

Commit

Permalink
fix: log typo (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion authored Aug 23, 2022
1 parent ff3a8b3 commit 2007017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmds/openapi/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2007017

Please sign in to comment.