Skip to content

Commit 60e8f64

Browse files
Merge pull request circleci#2576 from GiantsLoveDeathMetal/fix-small-typo
Fix typo in documentation
2 parents b30a03c + 258a2ec commit 60e8f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll/_cci2/migrating-from-jenkins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Talking about containerization in build systems can be complicated because arbit
8282

8383
If you use a tool like Docker in your workflow, you will likely also want to run it on CI. Jenkins doesn’t provide any built-in support for this, and it is up to you to make sure it is installed and available within your build environment.
8484

85-
Docker has long been one of the tools that is pre-installed on CircleCI, so you can access Docker in your builds by adding `docker` as an executor in you `config.yml` file. See the [Choosing an Executor Type]( {{ site.baseurl }}/2.0/executor-types/) anbd [Docker]( {{ site.baseurl }}/2.0/build/#docker) documents for more info.
85+
Docker has long been one of the tools that is pre-installed on CircleCI, so you can access Docker in your builds by adding `docker` as an executor in you `config.yml` file. See the [Choosing an Executor Type]( {{ site.baseurl }}/2.0/executor-types/) and [Docker]( {{ site.baseurl }}/2.0/build/#docker) documents for more info.
8686

8787
#### Your Builds in Containers
8888

0 commit comments

Comments
 (0)