diff --git a/docs/hooks/hook_civicrm_pre.md b/docs/hooks/hook_civicrm_pre.md
index 48d8b1bac99cc70bbbd2e99c357d9f16fe10ce85..57f9a6046d06a17e28ae759f515ceb3d0e91c0ef 100644
--- a/docs/hooks/hook_civicrm_pre.md
+++ b/docs/hooks/hook_civicrm_pre.md
@@ -32,10 +32,8 @@ changing between the old and new data.
     -   'edit' : The CiviCRM object is edited
     -   'delete' : The CiviCRM object is being deleted (or contacts are
         being removed from a group)
-    -   'trash': The contact is being moved to trash (Contact objects
+    -   'update': The contact is being moved to trash or restored(Contact objects
         only)
-    -   'restore': The contact is being restored from trash (Contact
-        objects only)
 
 -   $objectName - can have the following values:
     -   'Activity'