diff --git a/website/docs/docker.md b/website/docs/docker.md index 90ba584d652122415ba2d760b3e21bd4fd8601ef..bcbaaacb635317545e1c030d11e6355b2ca94009 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": {