From cee363d51a35601a94f4e4cf7541a941bc2e373d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Di=C3=B3genes=20Fernandes?= Date: Wed, 4 Sep 2019 13:09:54 -0300 Subject: [PATCH] Update faq.md (#9354) --- engine/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/faq.md b/engine/faq.md index f5c717a521..652bd6023e 100644 --- a/engine/faq.md +++ b/engine/faq.md @@ -8,7 +8,7 @@ title: Docker frequently asked questions (FAQ) ### Does Docker run on Linux, macOS, and Windows? -You can run both Linux and Windows programs and excutables in Docker containers. The Docker platform runs natively on Linux (on x86-64, ARM and many other CPU architectures) and on Windows (x86-64). +You can run both Linux and Windows programs and executables in Docker containers. The Docker platform runs natively on Linux (on x86-64, ARM and many other CPU architectures) and on Windows (x86-64). Docker Inc. builds products that let you build and run containers on Linux, Windows and macOS.