diff --git a/packages/import-handler/src/index.ts b/packages/import-handler/src/index.ts index 4c5957765..3411f07d1 100644 --- a/packages/import-handler/src/index.ts +++ b/packages/import-handler/src/index.ts @@ -109,7 +109,7 @@ const sendImportCompletedEmail = async ( ) => { return createEmailCloudTask(userId, { subject: 'Your Omnivore import has completed processing', - body: `${urlsEnqueued} URLs have been pcoessed and should be available in your library. ${urlsFailed} URLs failed to be parsed.`, + body: `${urlsEnqueued} URLs have been processed and should be available in your library. ${urlsFailed} URLs failed to be parsed.`, }) }