From 0b89e13dcd4a5ce00762e52495d4e67b97256cea Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Mon, 17 Dec 2018 11:16:50 +0100 Subject: [PATCH] docs: fix compatibility description --- website/docs/configuration-options.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/website/docs/configuration-options.md b/website/docs/configuration-options.md index 2a4ca5c338..d911cac507 100644 --- a/website/docs/configuration-options.md +++ b/website/docs/configuration-options.md @@ -132,9 +132,7 @@ This is used to alter `commitMessage` and `prTitle` without needing to copy/past ## compatibility -This is used to restrict which versions are possible to upgrade to based on their language support. -For now this only support `python`, other -would be added in the future. +This is used to manually restrict which versions are possible to upgrade to based on their language support. For now this only supports `python`, other compatibility restrictions will be added in the future. ```json "compatibility": { -- GitLab