Skip to content

Commit

Permalink
Fix phrasing of what the specific version links do
Browse files Browse the repository at this point in the history
Change the phrasing of what the link does to invite to "a specific integration"
  • Loading branch information
armchairlinguist authored Feb 4, 2021
1 parent 8567f73 commit 7352625
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 7352625

Please sign in to comment.