Fix spelling in blurb

This commit is contained in:
Catalin Constantin Mititiuc 2025-06-22 10:34:25 -07:00
parent aa33976fc8
commit 95e9be6e60

View File

@ -1,7 +1,7 @@
{ {
title: "Add a Pygments Lexer to Chroma" title: "Add a Pygments Lexer to Chroma"
blurb: "[Pygments][4] and [Chroma][5] are syntax highlighting libraries blurb: "[Pygments][4] and [Chroma][5] are syntax highlighting libraries
written in [Python][6] and [Go][7], respecitvely. Chroma is missing a written in [Python][6] and [Go][7], respectively. Chroma is missing a
language we like, which Pygments already supports. We add support for our language we like, which Pygments already supports. We add support for our
language to Chroma by converting the existing lexer from Pygments. language to Chroma by converting the existing lexer from Pygments.