From f9f91ff88290c1b37ed9c8b5408d240a75ee536d Mon Sep 17 00:00:00 2001 From: Hart Hoover Date: Thu, 2 Apr 2015 10:43:40 -0500 Subject: [PATCH] Fix(docs) Correct spelling error in Docker documentation --- index.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html.markdown b/index.html.markdown index 9a1f4abe..9d057fd3 100644 --- a/index.html.markdown +++ b/index.html.markdown @@ -10,7 +10,7 @@ description: |- The Docker provider is used to interact with Docker containers and images. It uses the Docker API to manage the lifecycle of Docker containers. Because -the Docker provider uses the Docker API, it is immediatel compatible not +the Docker provider uses the Docker API, it is immediately compatible not only with single server Docker but Swarm and any additional Docker-compatible API hosts.