From b155b9b6bb133b33095de7f21f7862407b90e8b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= <glen@pld-linux.org> Date: Mon, 19 Mar 2018 23:29:50 +0200 Subject: [PATCH] docs: self-hosting: spelling (#1688) --- docs/self-hosting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/self-hosting.md b/docs/self-hosting.md index 4d64746aac..2bd10c6ab4 100644 --- a/docs/self-hosting.md +++ b/docs/self-hosting.md @@ -51,7 +51,7 @@ Run `renovate --help` for usage details. Note: The first time you run `renovate` on a repository, it will not upgrade any dependencies. Instead, it will create a Pull Request (Merge Request if GitLab) called 'Configure Renovate' and commit a default `renovate.json` file to the -repository. This PR can be close unmerged if the default settings are fine for +repository. This PR can be closed as unmerged if the default settings are fine for you. Also, this behaviour can be disabled if you set the `onboarding` configuration option to `false` before running. -- GitLab