Skip to content

Commit 5b5706f

Browse files
committed
doc(deploying): Minor grammatical fixes
1 parent 100d64d commit 5b5706f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/using-deis/deploying-an-application.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ Deis supports three different ways of building applications:
4141

4242
Heroku buildpacks are useful if you want to follow Heroku's best practices for building applications or if you are porting an application from Heroku.
4343

44-
Learn how to use deploy applications on Deis [using Buildpacks](using-buildpacks.md).
44+
Learn how to deploy applications on Deis [using Buildpacks](using-buildpacks.md).
4545

4646

4747
### Dockerfiles
4848

4949
Dockerfiles are a powerful way to define a portable execution environment built on a base OS of your choosing.
5050

51-
Learn how to use deploy applications on Deis [using Dockerfiles](using-dockerfiles.md).
51+
Learn how to deploy applications on Deis [using Dockerfiles](using-dockerfiles.md).
5252

5353

5454
### Docker Image
@@ -57,7 +57,7 @@ Deploying a Docker image onto Deis allows you to take a Docker image from either
5757
or a private registry and copy it over bit-for-bit, ensuring that you are running the same
5858
image in development or in your CI pipeline as you are in production.
5959

60-
Learn how to use deploy applications on Deis [using Docker images](using-docker-images.md).
60+
Learn how to deploy applications on Deis [using Docker images](using-docker-images.md).
6161

6262
[application]: ../reference-guide/terms.md#application
6363
[controller]: ../understanding-deis/components.md#controller

0 commit comments

Comments
 (0)