Documentation/config.txt: camel-case lineNumber for consistency

lineNumber has casing that is inconsistent with surrounding options,
like color.grep.matchContext, and color.grep.matchSelected. Re-case this
documentation in order to be consistent with the text around it, and to
ensure that new entries are consistent, too.

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Taylor Blau 2018-06-20 15:05:34 -05:00 committed by Junio C Hamano
parent f0ac6e3943
commit f8a0c6e799
1 changed files with 1 additions and 1 deletions

View File

@ -1181,7 +1181,7 @@ color.grep.<slot>::
filename prefix (when not using `-h`)
`function`;;
function name lines (when using `-p`)
`linenumber`;;
`lineNumber`;;
line number prefix (when using `-n`)
`match`;;
matching text (same as setting `matchContext` and `matchSelected`)