Skip to content

Commit

Permalink
Fix spelling: integraiton -> integration (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinmcinnis committed Oct 12, 2021
1 parent 6a79ac0 commit e4cacfa
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/cli.html
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ <h2 id="describe">describe</h2>
<div class="row-height">
<div class="col-md-5 col-sm-12 col-height docs-primary">
<blockquote>
<p>Describe the current integraiton.</p>
<p>Describe the current integration.</p>
</blockquote><p><strong>Usage</strong>: <code>zapier describe</code></p><p>This command prints a human readable enumeration of your integrations&apos;s</p><p>triggers, searches, and creates as seen by Zapier. Useful to understand how your</p><p>resources convert and relate to different actions.</p><ul>
<li><p><strong>Noun</strong>: your action&apos;s noun</p>
</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Do not use this if you have non-breaking changes, such as fixing help text.

## describe

> Describe the current integraiton.
> Describe the current integration.
**Usage**: `zapier describe`

Expand Down
2 changes: 1 addition & 1 deletion packages/cli/docs/cli.html
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ <h2 id="describe">describe</h2>
<div class="row-height">
<div class="col-md-5 col-sm-12 col-height docs-primary">
<blockquote>
<p>Describe the current integraiton.</p>
<p>Describe the current integration.</p>
</blockquote><p><strong>Usage</strong>: <code>zapier describe</code></p><p>This command prints a human readable enumeration of your integrations&apos;s</p><p>triggers, searches, and creates as seen by Zapier. Useful to understand how your</p><p>resources convert and relate to different actions.</p><ul>
<li><p><strong>Noun</strong>: your action&apos;s noun</p>
</li>
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Do not use this if you have non-breaking changes, such as fixing help text.

## describe

> Describe the current integraiton.
> Describe the current integration.
**Usage**: `zapier describe`

Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/oclif/commands/describe.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ class DescribeCommand extends BaseCommand {
}

DescribeCommand.flags = buildFlags({ opts: { format: true } });
DescribeCommand.description = `Describe the current integraiton.
DescribeCommand.description = `Describe the current integration.
This command prints a human readable enumeration of your integrations's
triggers, searches, and creates as seen by Zapier. Useful to understand how your
Expand Down

0 comments on commit e4cacfa

Please sign in to comment.