From b5dd7e7cc4f10f179e3ad1a0a60c498585e8d86a Mon Sep 17 00:00:00 2001 From: Reza Gharibi Date: Wed, 27 Sep 2017 03:55:28 +0330 Subject: [PATCH] Fix typo --- website/docs/usage/_spacy-101/_vocab.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.