From 56455977397b76f64a380672afa8d5d525792eac Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Thu, 26 Oct 2017 16:19:54 -0600 Subject: [PATCH] =?UTF-8?q?Fix=20typo:=20translater=20=E2=86=92=20translat?= =?UTF-8?q?or=20(#79)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- doc.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca336fa..a47dcf3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Chroma takes source code and other structured text and converts it into syntax highlighted HTML, ANSI-coloured text, etc. Chroma is based heavily on [Pygments](http://pygments.org/), and includes -translaters for Pygments lexers and styles. +translators for Pygments lexers and styles. ## Table of Contents diff --git a/doc.go b/doc.go index ec90615..4dde77c 100644 --- a/doc.go +++ b/doc.go @@ -1,7 +1,7 @@ // Package chroma takes source code and other structured text and converts it into syntax highlighted HTML, ANSI- // coloured text, etc. // -// Chroma is based heavily on Pygments, and includes translaters for Pygments lexers and styles. +// Chroma is based heavily on Pygments, and includes translators for Pygments lexers and styles. // // For more information, go here: https://github.com/alecthomas/chroma package chroma