aboutsummaryrefslogtreecommitdiff
path: root/doc/customizing-pandoc.md
diff options
context:
space:
mode:
authorMarcus Stollsteimer <sto.mar@web.de>2019-10-28 18:45:36 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2019-10-28 10:45:36 -0700
commit57e2148ca2b9604b35cfceacbd89487d6f5f8aab (patch)
tree3c35f9738a9933b48b9243aac8dd3a00fb9617cc /doc/customizing-pandoc.md
parent88409f9afa125d012da13965c199e794c1b455f6 (diff)
downloadpandoc-57e2148ca2b9604b35cfceacbd89487d6f5f8aab.tar.gz
Fix capitalization of "Linux" in docs (#5859)
Diffstat (limited to 'doc/customizing-pandoc.md')
-rw-r--r--doc/customizing-pandoc.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/customizing-pandoc.md b/doc/customizing-pandoc.md
index cba38b2c6..9bcc963af 100644
--- a/doc/customizing-pandoc.md
+++ b/doc/customizing-pandoc.md
@@ -28,7 +28,7 @@ To look at the default template for an output format, you can do
the format. For example `pandoc -D latex`. You can also use your
own template instead, either by using the `--template` option
or by putting the custom template in your user data directory
-(on linux and macOS, `~/.pandoc/templates/`).
+(on Linux and macOS, `~/.pandoc/templates/`).
Note that in many cases you can avoid the need for a custom
template by including a file with the `--include-in-header`,