From 525ce1dc99169a01cdcc336e310fa02b04a4c3ff Mon Sep 17 00:00:00 2001 From: Robin Naundorf Date: Sun, 4 Nov 2018 22:29:20 +0100 Subject: [PATCH] Update index.md (#21896) Fix typo --- guide/english/docker/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/docker/index.md b/guide/english/docker/index.md index 96c5f43575..ea511297d9 100644 --- a/guide/english/docker/index.md +++ b/guide/english/docker/index.md @@ -12,7 +12,7 @@ Containerization, which is a way of deploying and running applications, runs iso Docker is used to simplify configurations, and ensure a smooth continuous integration and deployment flow. Specific containers can be specified for development, staging, and production environments. A true implementation of a container in production, according to the Docker manual, is to run it as a service, using the `docker-compose.yml` file for setup. This is a YAML file that defines how Docker containers should behave in production. -One of Docker's biggest advantages is that it can be used by a team using different operateing systems to build projects without needing to worry about software conflicts. +One of Docker's biggest advantages is that it can be used by a team using different operating systems to build projects without needing to worry about software conflicts. ### Installation