diff --git a/website/usage/_adding-languages/_language-data.jade b/website/usage/_adding-languages/_language-data.jade index dc86b7a03..f0b346886 100644 --- a/website/usage/_adding-languages/_language-data.jade +++ b/website/usage/_adding-languages/_language-data.jade @@ -218,7 +218,7 @@ p | If an exception consists of more than one token, the #[code ORTH] values | combined always need to #[strong match the original string]. The way the | original string is split up can be pretty arbitrary sometimes – for - | example "gonna" is split into "gon" (lemma "go") nad "na" (lemma "to"). + | example "gonna" is split into "gon" (lemma "go") and "na" (lemma "to"). | Because of how the tokenizer works, it's currently not possible to split | single-letter strings into multiple tokens.