Skip to content

Commit f8a0c6e

Browse files
ttaylorrgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f0ac6e3 commit f8a0c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,7 @@ color.grep.<slot>::
11811181
filename prefix (when not using `-h`)
11821182
`function`;;
11831183
function name lines (when using `-p`)
1184-
`linenumber`;;
1184+
`lineNumber`;;
11851185
line number prefix (when using `-n`)
11861186
`match`;;
11871187
matching text (same as setting `matchContext` and `matchSelected`)

0 commit comments

Comments
 (0)