diff --git a/packages/component-manuscript-manager/src/notifications/emailCopy.js b/packages/component-manuscript-manager/src/notifications/emailCopy.js
index a8944443563ecf12ab468aaff193a48f954760f6..308206da631a6ea6cb592f5c2ef2778c18837318 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