From beda5a788c6bce9e8d643698387b0bf2bab800e3 Mon Sep 17 00:00:00 2001 From: John Flatness Date: Wed, 10 Feb 2016 12:53:31 -0500 Subject: [PATCH] Fix after to before --- source/Reference/hooks/before_save_record.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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