From db2663802a69daae4e355c897b5b093fd11ec07c Mon Sep 17 00:00:00 2001
From: Steve Kessler <steve@denverdataman.com>
Date: Mon, 1 Jul 2019 19:56:52 -0600
Subject: [PATCH] Fix small typos

---
 docs/hooks/hook_civicrm_tokens.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/hooks/hook_civicrm_tokens.md b/docs/hooks/hook_civicrm_tokens.md
index 59e74657..93450ef1 100644
--- a/docs/hooks/hook_civicrm_tokens.md
+++ b/docs/hooks/hook_civicrm_tokens.md
@@ -22,8 +22,8 @@ for usage examples.
 -   $tokens: reference to the associative array of custom tokens that
     are available to be used in mailings and other contexts. This will
     be an empty array unless an implementation of hook_civicrm_tokens
-    adds items to it. Items should be added in the format:\
-     \
+    adds items to it. Items should be added in this format:
+     
 
         $tokens['date'] = array(
             'date.date_short' => ts("Today's Date: short format"),
-- 
GitLab