From d0031b81529e794dbfea034ed4531a1a145cc944 Mon Sep 17 00:00:00 2001
From: Ian Grayson <igrayson@users.noreply.github.com>
Date: Wed, 10 Oct 2018 06:27:18 -0700
Subject: [PATCH] docs: Fix typo in docker.md (#2627)

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

diff --git a/website/docs/docker.md b/website/docs/docker.md
index 90ba584d65..bcbaaacb63 100644
--- a/website/docs/docker.md
+++ b/website/docs/docker.md
@@ -51,7 +51,7 @@ Renovate has a some docker-specific intelligence when it comes to versions. For
 
 ## Configuring/Disabling
 
-If you with to make changes that apply to all Docker managers, then add them to the `docker` config object. If you wish to override Docker settings for one particular type of manager, use that manager's config object instead. For example. to disable digest updates for Docker Compose only but leave them for other managers like `Dockerfile`, you would add this:
+If you wish to make changes that apply to all Docker managers, then add them to the `docker` config object. If you wish to override Docker settings for one particular type of manager, use that manager's config object instead. For example. to disable digest updates for Docker Compose only but leave them for other managers like `Dockerfile`, you would add this:
 
 ```json
   "docker-compose": {
-- 
GitLab