diff --git a/docs/design-decisions.md b/docs/design-decisions.md index d31b30f2ed16cf084ba41d23deb2b9123011d7db..9eb1285606169f1d0435cf96d9ff38e715f1bbea 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