diff --git a/website/docs/usage/_spacy-101/_vocab.jade b/website/docs/usage/_spacy-101/_vocab.jade index cff0b106e..3063262d5 100644 --- a/website/docs/usage/_spacy-101/_vocab.jade +++ b/website/docs/usage/_spacy-101/_vocab.jade @@ -112,4 +112,4 @@ p | only works if you actually #[em know] that the document contains that | word. To prevent this problem, spaCy will also export the #[code Vocab] | when you save a #[code Doc] or #[code nlp] object. This will give you - | the object and its encoded annotations, plus they "key" to decode it. + | the object and its encoded annotations, plus the "key" to decode it.