Skip to content

Commit c1ed507

Browse files
committed
fix: spelling error in estimated
1 parent b1fe4e8 commit c1ed507

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

email/mailmerge/src/pipelines/send.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Check that:
130130
3. You have tested the system beforehand
131131
4. All indications this is a test have been removed
132132
133-
You are about to send ${emailsNumberDisplay} emails. The esitmated time for this is ${
133+
You are about to send ${emailsNumberDisplay} emails. The estimated time for this is ${
134134
((3 + (options.sleepBetween ?? DEFAULT_SLEEP_BETWEEN)) * emailsNumberDisplay) / 60 / 60
135135
} hours.
136136

email/mailmerge/src/pipelines/uploadDrafts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export async function uploadDrafts(
107107
3. You have tested the system beforehand
108108
4. All indications this is a test have been removed
109109
110-
You are about to upload ${pendingEmails.length} emails. The esitmated time for this is ${
110+
You are about to upload ${pendingEmails.length} emails. The estimated time for this is ${
111111
((5 + sleepBetween) * pendingEmails.length) / 60 / 60
112112
} hours.
113113

0 commit comments

Comments
 (0)