From 48af4012e6d0b4d90a9aeb4df1471f452b677cd8 Mon Sep 17 00:00:00 2001 From: Shane O'Grady Date: Wed, 26 Jan 2022 09:05:34 -0800 Subject: [PATCH] docs: fix typo in configuration-options (#13836) --- docs/usage/configuration-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md index 8df007979992da..f6b505b61e2bf1 100644 --- a/docs/usage/configuration-options.md +++ b/docs/usage/configuration-options.md @@ -2366,7 +2366,7 @@ Renovate's "rollback" feature exists to propose a downgrade to the next-highest Renovate does not create these rollback PRs by default, with one exception: npm packages get a rollback PR if needed. -You can configure the `rollbackPrs` property globally, per-lanuage, or per-package to override the default behavior. +You can configure the `rollbackPrs` property globally, per-language, or per-package to override the default behavior. ## ruby