diff --git a/docs/hooks/hook_civicrm_post.md b/docs/hooks/hook_civicrm_post.md
index 1593d9cc2adb6b9f64b6a6235e46cbc72160c46d..48702de122165c4f5218d7f4e2007f7a74dcd6e0 100644
--- a/docs/hooks/hook_civicrm_post.md
+++ b/docs/hooks/hook_civicrm_post.md
@@ -31,8 +31,7 @@ hook_civicrm_post($op, $objectName, $objectId, &$objectRef)
     -   'create' : The CiviCRM object is created (or contacts are being added to a group)
     -   '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 only)
-    -   'restore': The contact is being restored from trash (Contact objects only)
+    -   'update': The contact is being moved to trash or restored (Contact objects only)
 
 -   `$objectName` - can have the following values:
     -   'Activity'