Skip to content

Commit

Permalink
Merge pull request #50 from atomist/nortissej/text
Browse files Browse the repository at this point in the history
Fix some typos in the text intro for config
  • Loading branch information
cdupuis committed Nov 13, 2018
2 parents 86210a1 + cbc79c7 commit 1b775c9
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 1b775c9

Please sign in to comment.