diff options
author | Ben Petty <benjamin.s.petty@gmail.com> | 2016-12-23 11:47:13 -0800 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2016-12-23 14:47:13 -0500 |
commit | 25215821f7f2963a8a48a2da0330651d67f52139 (patch) | |
tree | b6343e9b0969bd7e661b2262e975c71c2cfadc70 /docs | |
parent | 2e341416380ba5f35f0bca82ebbbd5837afd5b20 (diff) | |
download | markdown-25215821f7f2963a8a48a2da0330651d67f52139.tar.gz markdown-25215821f7f2963a8a48a2da0330651d67f52139.tar.bz2 markdown-25215821f7f2963a8a48a2da0330651d67f52139.zip |
Spelling error (#516)
should say `pygmentize` not `pygmetize` on line 50
Diffstat (limited to 'docs')
-rw-r--r-- | docs/extensions/code_hilite.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/extensions/code_hilite.txt b/docs/extensions/code_hilite.txt index c17d688..c44d9a5 100644 --- a/docs/extensions/code_hilite.txt +++ b/docs/extensions/code_hilite.txt @@ -47,7 +47,7 @@ If you would like to use a different theme, swap out `default` for the desired theme. For a list of themes installed on your system (additional themes can be installed via Pygments plugins), run the following command: - pygmetize -L style + pygmentize -L style !!! see also |