From 86fb77e788b3e8fb3c7efc0dc7f28d9f70c249dd Mon Sep 17 00:00:00 2001
From: Tim Otten <totten@civicrm.org>
Date: Sun, 25 Mar 2018 16:08:47 -0700
Subject: [PATCH] Update civimail.md

---
 docs/framework/civimail.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/framework/civimail.md b/docs/framework/civimail.md
index 35ffc082..558e1c6f 100644
--- a/docs/framework/civimail.md
+++ b/docs/framework/civimail.md
@@ -18,7 +18,7 @@ Note that a contact may only have one subscription record for the group, so the
 
 ## Tokens {:#tokens}
 
-*Tokens* are an important feature for CiviMail -- they allow you to merge in data about the recipient (e.g. `{contact.first_name}`) and to facilitate workflows with hyperlinks (e.g. `{action.optOutUrl`).
+*Tokens* are an important feature for CiviMail -- they allow you to merge in data about the recipient (e.g. `{contact.first_name}`) and to facilitate workflows with hyperlinks (e.g. `{action.optOutUrl}`).
 
 Tokens were originally developed for CiviMail, but they are now used in several more contexts -- such as individual mailings, print letters, receipts for contributions, and scheduled reminders.
 For more details on *how tokens work generally*, see the [Token Reference](/framework/token.md).
-- 
GitLab