From 9ea231b5a5e40ed3babdc939030eb098fa0d8787 Mon Sep 17 00:00:00 2001
From: Terrence Benade <terrencebenade@gmail.com>
Date: Sun, 31 May 2015 11:20:39 +0000
Subject: [PATCH] small typo

---
 docker/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/README.md b/docker/README.md
index 2e533ae9dd5..a73ccd0dba0 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -107,7 +107,7 @@ The directories on data container are:
 
 ### Configure GitLab
 
-These container uses the official Omnibus GitLab distribution, so all configuration is done in the unique configuration file `/etc/gitlab/gitlab.rb`.
+This container uses the official Omnibus GitLab distribution, so all configuration is done in the unique configuration file `/etc/gitlab/gitlab.rb`.
 
 To access GitLab configuration, you can start an interactive command line in a new container using the shared data volume container, you will be able to browse the 3 directories and use your favorite text editor:
 
-- 
GitLab