From 5d6628dd1a904b14462b86bbea68b599b02f8171 Mon Sep 17 00:00:00 2001 From: Anandu B Ajith Date: Sun, 11 Nov 2018 03:13:25 +0530 Subject: [PATCH] fix formatting , add expansions (#21521) --- guide/english/html/mailto-links/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/html/mailto-links/index.md b/guide/english/html/mailto-links/index.md index e5dd278a01..69a9cc301e 100644 --- a/guide/english/html/mailto-links/index.md +++ b/guide/english/html/mailto-links/index.md @@ -40,7 +40,7 @@ Here, we've left mailto empty (mailto:?). This will open the user's email client #### Adding more recipients: -In the same manner, you can add CC and bcc parameters. +In the same manner, you can add CC (Carbon Copy) and BCC (Blind Carbon Copy) parameters. Seperate each address by a comma! Additional parameters must be preceded by `&`.