From 5da691c82f58dba10851e106049a9e857e8afdf2 Mon Sep 17 00:00:00 2001
From: Andrew West <awest@humanism.org.uk>
Date: Fri, 18 Oct 2019 11:26:54 +0100
Subject: [PATCH] Update docs/hooks/hook_civicrm_alterMailContent.md

Co-Authored-By: Mikey O'Toole <mikey@mjco.uk>
---
 docs/hooks/hook_civicrm_alterMailContent.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/hooks/hook_civicrm_alterMailContent.md b/docs/hooks/hook_civicrm_alterMailContent.md
index 906ab52a..2446d5f1 100644
--- a/docs/hooks/hook_civicrm_alterMailContent.md
+++ b/docs/hooks/hook_civicrm_alterMailContent.md
@@ -17,7 +17,8 @@ tokenizing it.
 
 $content - fields include: html, text, subject, groupName, valueName, messageTemplateID, mailingID
 Note that this hook is fired when: 
-- creating mailings through the traditional BAO mailer (standard CiviMail)
+
+* creating mailings through the traditional BAO mailer (standard CiviMail)
 - creating mailings through FlexMailer (used by Mosaico)
 - sending emails using message templates, in CRM_Core_BAO_MessageTemplate
 
-- 
GitLab