From 7d0a4afd2a7f20d9779a36e7942d29a5ce36f998 Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@keylocation.sg> Date: Sun, 5 Nov 2017 08:18:49 +0100 Subject: [PATCH] docs: remove platform-specific references (#1105) --- 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 d31b30f2ed..9eb1285606 100644 --- a/docs/design-decisions.md +++ b/docs/design-decisions.md @@ -4,7 +4,7 @@ This file documents the design choices as well as configuration options. #### Stateless -No state storage is needed on `renovate` or GitHub/GitLab apart from what you see publicly in GitHub (branches, Pull Requests). It therefore doesn't matter if you stop/restart the script and would even still work if you had it running from two different locations, as long as their configuration was the same. +No state storage is needed on `renovate` or the source code repository apart from what you see publicly (branches, Pull Requests). It therefore doesn't matter if you stop/restart the script and would even still work if you had it running from two different locations, as long as their configuration was the same. #### API only -- GitLab