Amended typo on line 101: "Pyments" to "Pygments"

This commit is contained in:
Denis McDonald 2018-03-02 10:58:32 +11:00 committed by GitHub
parent cb8fd0f73d
commit 3795c790a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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