From f20533ec0c9a433a1d5a14166eaa01c2747d074b Mon Sep 17 00:00:00 2001 From: Jarle Mathiesen Date: Sat, 24 Jun 2017 12:31:33 +0200 Subject: [PATCH] fix small typo --- website/docs/usage/_spacy-101/_tokenization.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/usage/_spacy-101/_tokenization.jade b/website/docs/usage/_spacy-101/_tokenization.jade index 10b29ef76..d6911387c 100644 --- a/website/docs/usage/_spacy-101/_tokenization.jade +++ b/website/docs/usage/_spacy-101/_tokenization.jade @@ -18,7 +18,7 @@ p +cell=cell p - | Fist, the raw text is split on whitespace characters, similar to + | First, the raw text is split on whitespace characters, similar to | #[code text.split(' ')]. Then, the tokenizer processes the text from | left to right. On each substring, it performs two checks: