Skip to content

Commit f230544

Browse files
committed
Merge branch 'gi/doc-boolean-config-typofix'
Doc typofix. * gi/doc-boolean-config-typofix: doc: add missing space on git-config page
2 parents 828988b + fc8a4f1 commit f230544

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/git-config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Use `--no-value` to unset _<pattern>_.
221221
+
222222
Valid `<type>`'s include:
223223
+
224-
- 'bool': canonicalize values `true`, `yes`,`on`, and positive
224+
- 'bool': canonicalize values `true`, `yes`, `on`, and positive
225225
numbers as "true", and values `false`, `no`, `off` and `0` as
226226
"false".
227227
- 'int': canonicalize values as simple decimal numbers. An optional suffix of

0 commit comments

Comments
 (0)