From 6d79afd8fed07c5655c2b0f95ed218b3930a4429 Mon Sep 17 00:00:00 2001 From: Paulo Phagula Date: Mon, 30 Jul 2018 12:24:00 +0200 Subject: [PATCH] Fix typo: operation systems -> operating systems --- website/source/intro/vs/docker.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/vs/docker.html.md b/website/source/intro/vs/docker.html.md index 9da36e790..f6fe4c114 100644 --- a/website/source/intro/vs/docker.html.md +++ b/website/source/intro/vs/docker.html.md @@ -10,7 +10,7 @@ description: |- # Vagrant vs. Docker Vagrant is a tool focused on providing a consistent development environment -workflow across multiple operation systems. Docker is a container management +workflow across multiple operating systems. Docker is a container management that can consistently run software as long as a containerization system exists. Containers are generally more lightweight than virtual machines, so starting