docs: fix languages example

This commit is contained in:
Rhys Arkins 2019-03-09 07:10:50 +01:00
parent be9554608d
commit 587bb215f5

View file

@ -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',