Bläddra i källkod

Merge pull request #26675 from pestophagous/fix-typo-understanding-docker

Fix typo in docs. s/methodoligies/methodologies/
Brian Goff 9 år sedan
förälder
incheckning
fcf77620d6
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      docs/understanding-docker.md

+ 1 - 1
docs/understanding-docker.md

@@ -19,7 +19,7 @@ Docker is an open platform for developing, shipping, and running applications.
 Docker enables you to separate your applications from your infrastructure so
 Docker enables you to separate your applications from your infrastructure so
 you can deliver software quickly. With Docker, you can manage your infrastructure
 you can deliver software quickly. With Docker, you can manage your infrastructure
 in the same ways you manage your applications. By taking advantage of Docker's
 in the same ways you manage your applications. By taking advantage of Docker's
-methodoligies for shipping, testing, and deploying code quickly, you can
+methodologies for shipping, testing, and deploying code quickly, you can
 significantly reduce the delay between writing code and running it in production.
 significantly reduce the delay between writing code and running it in production.
 
 
 ## What is the Docker platform?
 ## What is the Docker platform?