From 587bb215f52fc6c480f9abdeab80f19eb41c054d Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Sat, 9 Mar 2019 07:10:50 +0100 Subject: [PATCH] docs: fix languages example --- lib/config/definitions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config/definitions.js b/lib/config/definitions.js index e46ca25dbf..c869b75501 100644 --- a/lib/config/definitions.js +++ b/lib/config/definitions.js @@ -398,7 +398,7 @@ const options = [ { name: 'languages', description: - 'List of languages to match (e.g. ["pipenv"]). Valid only within `packageRules` object', + 'List of languages to match (e.g. ["python"]). Valid only within `packageRules` object', type: 'list', allowString: true, parent: 'packageRules', -- GitLab