Skip to content

Commit 0e72af7

Browse files
fix(learn): current sendMail typo (#7940)
docs: Update typos in example snippets
1 parent 349a1be commit 0e72af7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/site/pages/en/learn/asynchronous-work/asynchronous-flow-control.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ function final() {
182182
}
183183

184184
function dispatch(recipient, callback) {
185-
// `sendEmail` is a hypothetical SMTP client
185+
// `sendMail` is a hypothetical SMTP client
186186
sendMail(
187187
{
188188
subject: 'Dinner tonight',
@@ -227,7 +227,7 @@ const recipients = [
227227
];
228228

229229
function dispatch(recipient, callback) {
230-
// `sendEmail` is a hypothetical SMTP client
230+
// `sendMail` is a hypothetical SMTP client
231231
sendMail(
232232
{
233233
subject: 'Dinner tonight',

0 commit comments

Comments
 (0)