From 82c2dee22fa6c706c1d55da65f0ef1acba3e91d7 Mon Sep 17 00:00:00 2001 From: Usha Mandya Date: Thu, 3 Dec 2020 14:29:26 +0000 Subject: [PATCH] Fix a typo --- ci-cd/best-practices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-cd/best-practices.md b/ci-cd/best-practices.md index edced1e8a1..d9f3878352 100644 --- a/ci-cd/best-practices.md +++ b/ci-cd/best-practices.md @@ -10,7 +10,7 @@ We have also heard feedback that given the changes [Docker introduced](https://w ## Inner and outer loops -To get started, one of the most important things when working with Docker and any CI/CD is to understand when you need to test with the CI, and when you can do this locally. At Docker, we think about how how developers work in terms of their inner loop (code, build, run, test) and their outer loop (push changes, CI build, CI test, deployment). +To get started, one of the most important things when working with Docker and any CI/CD is to understand when you need to test with the CI, and when you can do this locally. At Docker, we think about how developers work in terms of their inner loop (code, build, run, test) and their outer loop (push changes, CI build, CI test, deployment). ![CI/CD inner and outer loop](images/inner-outer-loop.png)