From 825c866757a4ab8dd525fd196bd5a3e9bc93445b Mon Sep 17 00:00:00 2001
From: Rob Paisley <github@rpaisley.com>
Date: Sun, 22 Dec 2019 13:50:53 -0500
Subject: [PATCH] style: correct typo (#5049)

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

diff --git a/docs/usage/docker.md b/docs/usage/docker.md
index b669c037a1..a3e14ea370 100644
--- a/docs/usage/docker.md
+++ b/docs/usage/docker.md
@@ -27,7 +27,7 @@ Renovate by default will preserve the precision of Docker images. For example if
 
 Although suffixes in semver indicate pre-releases (e.g. `v1.2.0-alpha.2`), in Docker they typically indicate compatibility, e.g. `12.2.0-alpine`. Renovate defaults to assuming suffixes indicate compatibility so will never _change_ it. e.g. `12.1.0-alpine` might get updated to `12.1.1-alpine` but never `12.1.1` or `12.1.1-stretch`.
 
-If this behaviour does not suit a particular package you have, Renovate allows you to customize the `versionScheme` in use. For example, if you have a Docker image `foo/bar` that sticks to semver versioning and you need Renovate to understand that suffixes indicate pre-releases versions and not compatibility, then you could configure this pacckage rule:
+If this behaviour does not suit a particular package you have, Renovate allows you to customize the `versionScheme` in use. For example, if you have a Docker image `foo/bar` that sticks to semver versioning and you need Renovate to understand that suffixes indicate pre-releases versions and not compatibility, then you could configure this package rule:
 
 ```json
 {
-- 
GitLab