From fa73459f73a6027c15b6107c4c462c16622e2170 Mon Sep 17 00:00:00 2001 From: Justin Leveck Date: Tue, 26 May 2015 14:15:02 -0700 Subject: [PATCH] Fix typo in FAQ Fixes typo in FAQ to increase readability. --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index ada4fa5cd9..0fef59e23b 100755 --- a/docs/faq.md +++ b/docs/faq.md @@ -19,7 +19,7 @@ best way to start contributing to Kitematic is to review our doc on ### How does Kitematic work with Docker? -Kitematic connects directly do a running instance of Docker and controls it via +Kitematic connects directly to a running instance of Docker and controls it via the Docker Remote API. ### Which platforms does Kitematic support?