Skip to content

Commit

Permalink
Merge pull request #316 from zapier/alexis/fix-odd-phrasing
Browse files Browse the repository at this point in the history
[SUPPORTESC-115] fix(cli): Fix phrasing of what the specific version links do
  • Loading branch information
eliangcs authored Feb 8, 2021
2 parents a669472 + 7352625 commit 4f4f938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/oclif/commands/users/links.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class UsersLinksCommand extends ZapierBaseCommand {
this.log(`\n${cyan(inviteUrl)}\n`);

this.log(
'You can invite users to specific an integration version using the following links:'
'You can invite users to a specific integration version using the following links:'
);
this.logTable({
rows: Object.entries(versionInviteUrls).map(([version, url]) => ({
Expand Down

0 comments on commit 4f4f938

Please sign in to comment.