From 435bb72fb440c2349bc7c59ff1726cbcde4f15f5 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Fri, 23 Sep 2016 19:33:27 -0400 Subject: Fix a few spelling errors. --- docs/extensions/code_hilite.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/extensions/code_hilite.txt b/docs/extensions/code_hilite.txt index d13b0e8..c17d688 100644 --- a/docs/extensions/code_hilite.txt +++ b/docs/extensions/code_hilite.txt @@ -43,9 +43,9 @@ set the value of the `-a` option to that class name. The CSS rules will be written to the `styles.css` file which you can copy to your site and link from your HTML templates. -If you would like to use a differant theme, swap out `default` for the desired +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 -isntalled via Pygments plugins), run the following command: +installed via Pygments plugins), run the following command: pygmetize -L style @@ -59,7 +59,7 @@ isntalled via Pygments plugins), run the following command: To ensure complete compatibility, you should generate the CSS rules from your own installation of Pygments. -See Pygment's excellent [documentation] for more details. If no language is +See Pygments' excellent [documentation] for more details. If no language is defined, Pygments will attempt to guess the language. When that fails, the code block will not be highlighted. -- cgit v1.2.3