From 48a2d2de8e2389b2b58c36d1dc510c6ecc488046 Mon Sep 17 00:00:00 2001
From: Ed Morley <501702+edmorley@users.noreply.github.com>
Date: Mon, 18 Dec 2017 06:47:44 -0600
Subject: [PATCH] docs: fix typo of 'overridden' (#1306)

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

diff --git a/docs/design-decisions.md b/docs/design-decisions.md
index b2fd413fce..2624844bfb 100644
--- a/docs/design-decisions.md
+++ b/docs/design-decisions.md
@@ -93,7 +93,7 @@ and 2.0.0 exist, then `renovate` will raise PRs for both the 1.x upgrade(s) and
 * Projects should get Minor and Patch updates for their current Major release
   even if a new Major release exists
 
-This can be overriden via the config option `separateMajorReleases`.
+This can be overridden via the config option `separateMajorReleases`.
 
 ## Branch naming
 
-- 
GitLab