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