From 1f70da4aede2e7e0b31fa7479ff5ea82fab572c0 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Tue, 18 Oct 2022 10:57:25 +0200 Subject: [PATCH] docs: use american english customize (#18365) --- docs/usage/configuration-options.md | 2 +- docs/usage/getting-started/installing-onboarding.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md index eae7c46607..239f20d4db 100644 --- a/docs/usage/configuration-options.md +++ b/docs/usage/configuration-options.md @@ -2359,7 +2359,7 @@ Avoid setting `rebaseWhen=never` and then also setting `prCreation=not-pending` By default, Renovate will detect if it has proposed an update to a project before and not propose the same one again. For example the Webpack 3.x case described above. -This field lets you customise this behavior down to a per-package level. +This field lets you customize this behavior down to a per-package level. For example we override it to `true` in the following cases where branch names and PR titles need to be reused: - Package groups diff --git a/docs/usage/getting-started/installing-onboarding.md b/docs/usage/getting-started/installing-onboarding.md index bf24fc43af..36f0f11b7c 100644 --- a/docs/usage/getting-started/installing-onboarding.md +++ b/docs/usage/getting-started/installing-onboarding.md @@ -94,7 +94,7 @@ The `package.json` file must be located at the root of your repository. This is handy if you are already using a `package.json` file anyway, e.g. when you're working on a JavaScript project. The configuration in your `package.json` will apply to the whole project (this includes other, nested `package.json` files). -### Customised defaults +### Customized defaults Renovate provides a `renovate.json` file, with default settings that will work for most cases. Sometimes Renovate detects that an override to these defaults is needed, and will add this override automatically, such as: -- GitLab