Skip to content

Commit 6314a83

Browse files
KyleTryonKyleTryon
KyleTryon
authored and
KyleTryon
committed
docs: fix spelling
docs: fix word
1 parent 8506f92 commit 6314a83

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/commands/create-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ parameters:
88
description: RegEx or filename of artifact to deploy to Heroku.
99
pipeline:
1010
type: string
11-
description: Heroku pipeline to dpeloy with (UUID).
11+
description: Heroku pipeline to deploy with (UUID).
1212
heroku-api-key:
1313
type: env_var_name
1414
description: The name of the environment variable containing your Heroku API Key. (Do not change)

src/examples/create_review_app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
description: >
2-
A sample job that deploys a review app to Herou, that does not run on the main
2+
A sample job that deploys a review app to Heroku, that does not run on the main
33
"deployed" branch. Assumes that your CircleCI token is stored in $CIRCLECI_API_KEY
44
and Heroku's API key under $HEROKU_API_KEY.
55
usage:

src/jobs/deploy-via-git.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ parameters:
1212
default: $HEROKU_APP_NAME
1313
maintenance-mode:
1414
description:
15-
"Use this to automatically enable mantainance mode before pre-deploy steps
15+
"Use this to automatically enable maintenance mode before pre-deploy steps
1616
and have it disabled after post-deploy steps have been run."
1717
type: boolean
1818
default: false

src/jobs/push-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ parameters:
1212
default: $HEROKU_APP_NAME
1313
maintenance-mode:
1414
description:
15-
"Use this to automatically enable mantainance mode before pre-deploy steps
15+
"Use this to automatically enable maintenance mode before pre-deploy steps
1616
and have it disabled after post-deploy steps have been run."
1717
type: boolean
1818
default: false

0 commit comments

Comments
 (0)