From d137b26c3290dc7adf3a7044af3388f54de063b9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rapha=C3=ABl=20Bournhonesque?=
 <raphael0202@users.noreply.github.com>
Date: Thu, 23 Mar 2017 21:28:57 +0100
Subject: [PATCH] Fix doc typo

---
 website/docs/usage/training.jade | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/docs/usage/training.jade b/website/docs/usage/training.jade
index 6963730ab..6a71ba68a 100644
--- a/website/docs/usage/training.jade
+++ b/website/docs/usage/training.jade
@@ -79,7 +79,7 @@ p
     |  conjunction features out of the atomic predictors. Let's say you have
     |  two atomic predictors asking, "What is the part-of-speech of the
     |  previous token?", and "What is the part-of-speech of the previous
-    |  previous token?". These ppredictors will introduce a number of features,
+    |  previous token?". These predictors will introduce a number of features,
     |  e.g. #[code Prev-pos=NN], #[code Prev-pos=VBZ], etc. A conjunction
     |  template introduces features such as #[code Prev-pos=NN&Prev-pos=VBZ].