Skip to content

Commit

Permalink
Fix some typos in the text intro for config
Browse files Browse the repository at this point in the history
  • Loading branch information
jessitron committed Nov 13, 2018
1 parent 86210a1 commit cbc79c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ export async function config(opts: ConfigOptions): Promise<number> {
} else {
print.log(`
As part of the Atomist configuration, you need an Atomist API key.
You can generate an Atomist API key can be generated on the the
Atomist web application: https://app.atomist.com/apiKeys
You can generate an Atomist API key in the Atomist web application:
https://app.atomist.com/apiKeys
`);
}

Expand Down

0 comments on commit cbc79c7

Please sign in to comment.