Skip to content

Commit 5c61916

Browse files
Merge pull request circleci#4009 from dylanzt/master
Amend minor typo on Building Docker Images
2 parents 5b4e269 + 4aff9ea commit 5c61916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll/_cci2/building-docker-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- run: docker push company/app:$CIRCLE_BRANCH
6565
```
6666

67-
The example below shows how you can build and deploy a Docker image for our [demo docker project](https://github.com/CircleCI-Public/circleci-demo-docker) usind the Docker executor, with remote Docker:
67+
The example below shows how you can build and deploy a Docker image for our [demo docker project](https://github.com/CircleCI-Public/circleci-demo-docker) using the Docker executor, with remote Docker:
6868

6969
{% highlight yaml linenos %}
7070
version: 2.1

0 commit comments

Comments
 (0)