Skip to content

Commit d3bd38b

Browse files
committed
Fix typo
Javascript -> JavaScript
1 parent be9ba54 commit d3bd38b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/quickstarts/email/send-email-advanced/includes/inline-attachments-js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const message = {
4141
sender: "<[email protected]>",
4242
content: {
4343
subject: "Welcome to Azure Communication Services Email",
44-
plainText: "This email message is sent from Azure Communication Services Email using the Javascript SDK.",
44+
plainText: "This email message is sent from Azure Communication Services Email using the JavaScript SDK.",
4545
html: "<html><h1>HTML body inline images:</h1><img src=\"cid:my-inline-attachment-1\" /><img src=\"cid:my-inline-attachment-2\" /></html>"
4646
},
4747
recipients: {

0 commit comments

Comments
 (0)