diff --git a/source/Reference/hooks/before_save_record.rst b/source/Reference/hooks/before_save_record.rst index 4ab3f49e..a0d104ea 100644 --- a/source/Reference/hooks/before_save_record.rst +++ b/source/Reference/hooks/before_save_record.rst @@ -8,7 +8,7 @@ Usage Fires before any database record is saved. This includes both insert and update operations. -Since this hook fires after the record is saved, the record ID will not be available, but changes made to any other record properties will be saved. +Since this hook fires before the record is saved, the record ID will not be available, but changes made to any other record properties will be saved. ********* Arguments