From 1d768d6510f55e70cada3f35cf7f431b4e579c3f Mon Sep 17 00:00:00 2001 From: Tobias Macey Date: Thu, 1 Dec 2016 06:08:33 -0500 Subject: [PATCH] Fixed minor typo The word `motto` was missing the second `t`. --- website/docs/usage/data-model.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/usage/data-model.jade b/website/docs/usage/data-model.jade index 3275d878f..beac4b60b 100644 --- a/website/docs/usage/data-model.jade +++ b/website/docs/usage/data-model.jade @@ -14,7 +14,7 @@ p After reading this page, you should be able to: +h(3, "no-job-too-big") No job too big p - | When writing spaCy, one of my motos was #[em no job too big]. I wanted + | When writing spaCy, one of my mottos was #[em no job too big]. I wanted | to make sure that if Google or Facebook were founded tomorrow, spaCy | would be the obvious choice for them. I wanted spaCy to be the obvious | choice for web-scale NLP. This meant sweating about performance, because