From 3795c790a2cd2dfee0f4e0091ea95d65d6d64d89 Mon Sep 17 00:00:00 2001 From: Denis McDonald Date: Fri, 2 Mar 2018 10:58:32 +1100 Subject: [PATCH] Amended typo on line 101: "Pyments" to "Pygments" --- _posts/2017-03-16-example-content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2017-03-16-example-content.md b/_posts/2017-03-16-example-content.md index 0a1efc9..30e4cc0 100644 --- a/_posts/2017-03-16-example-content.md +++ b/_posts/2017-03-16-example-content.md @@ -98,7 +98,7 @@ s = "Python syntax highlighting" print s {% endhighlight %} -Adding `linenos` to the Pyments tag enables line numbers. +Adding `linenos` to the Pygments tag enables line numbers. {% highlight js linenos %} // Sample javascript code