From c6742b2804058260a177d8bb610bd192465c5553 Mon Sep 17 00:00:00 2001 From: Luke GB Date: Wed, 7 Oct 2015 21:54:02 +0100 Subject: [PATCH] fix(docs): correct SMPT->SMTP --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9a0282ca0..64591dfe9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -60,7 +60,7 @@ should download it there! N1 needs to fetch mail from a running instance of the [Nylas Sync Engine](https://github.com/nylas/sync-engine). The Sync Engine is what -abstracts away IMAP, POP, and SMPT to serve your email on any provider +abstracts away IMAP, POP, and SMTP to serve your email on any provider through a modern, RESTful API. By default the N1 source points to our hosted version of the sync-engine;