diff --git a/docs/hooks/hook_civicrm_alterMailParams.md b/docs/hooks/hook_civicrm_alterMailParams.md
index 422122ffb412cf0cf7289d03f74afb03c07cec17..b24d7bf6796aa0d15268e65d54ec609f793d0509 100644
--- a/docs/hooks/hook_civicrm_alterMailParams.md
+++ b/docs/hooks/hook_civicrm_alterMailParams.md
@@ -23,12 +23,4 @@ This hook is called when an email is about to be sent by CiviCRM.
     subject, cc, bcc, text, html, returnPath, replyTo, headers,
     attachments (array)
 -   If you want to abort the mail from being sent, set the boolean
-    abortMailSend to true in the params array
-
-re: the changes made today with regard to the context – I think
-"singleEmail" should be changed to "activity" – indicating it's
-triggered during the send email activity – which may be to one or more
-contacts. while "singleEmail" could be interpreted as... a single email
-to multiple people... the terminology is confusing. I think it's better
-to condition on the actual object type (an activity) as the other
-parameter options already do.
\ No newline at end of file
+    abortMailSend to true in the params array