Skip to content

Commit 14c3045

Browse files
committed
docs: add missing "method"
1 parent 8f2c065 commit 14c3045

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/models/model.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ points in the model's execution can be affected, each through a class property:
738738
Defining Callbacks
739739
==================
740740

741-
You specify the callbacks by first creating a new class method in your model to use. This class will always
741+
You specify the callbacks by first creating a new class method in your model to use. This class method will always
742742
receive a ``$data`` array as its only parameter. The exact contents of the ``$data`` array will vary between events, but
743743
will always contain a key named **data** that contains the primary data passed to the original method. In the case
744744
of the insert* or update* methods, that will be the key/value pairs that are being inserted into the database. The

0 commit comments

Comments
 (0)