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