Skip to content

Commit 6f7df35

Browse files
KyleTryonKyleTryon
KyleTryon
authored and
KyleTryon
committed
docs: fix spelling
1 parent 97c1c69 commit 6f7df35

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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)