From 3afb32d7f96b2d16af8313153e38a8ab69d7bedd Mon Sep 17 00:00:00 2001
From: Mihail Hagiu <mihail.hagiu@thinslices.com>
Date: Tue, 4 Dec 2018 11:07:23 +0200
Subject: [PATCH] fix(AuthorEmail): Fixed typo

---
 .../component-manuscript-manager/src/notifications/emailCopy.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/component-manuscript-manager/src/notifications/emailCopy.js b/packages/component-manuscript-manager/src/notifications/emailCopy.js
index a89444435..308206da6 100644
--- a/packages/component-manuscript-manager/src/notifications/emailCopy.js
+++ b/packages/component-manuscript-manager/src/notifications/emailCopy.js
@@ -145,7 +145,7 @@ const getEmailCopy = ({
         To review this new submission and proceed with the review process, please visit the manuscript details page.`
       break
     case 'author-request-to-revision-from-eic':
-      paragraph = `In order for ${titleText} to proceed to the review proess, there needs to be a revision. <br/><br/>
+      paragraph = `In order for ${titleText} to proceed to the review process, there needs to be a revision. <br/><br/>
         ${comments}<br/><br/>
         For more information about what is required, please click the link below.<br/><br/>`
       break
-- 
GitLab