Skip to content

Commit 83192b7

Browse files
mnrafglindyhopchris
authored andcommitted
[Docs] Fixed typos (#465)
1 parent 8a8e274 commit 83192b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/basics/adapters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -694,8 +694,8 @@ Adapter provide a number of hooks that allow you to perform custom filling logic
694694
created or updated.
695695

696696
When a resource is being created, the `saving`, `creating`, `created` and `saved` hooks will be invoked.
697-
For an update, the `saving`, `updating`, `updated` and `saved` hooks are invoked. All these hooks received the
698-
record as the first object, and the resource object sent by the client as the second argument.
697+
For an update, the `saving`, `updating`, `updated` and `saved` hooks are invoked. All these hooks receive the
698+
record as the first argument, and the resource object sent by the client as the second argument.
699699

700700
For example, if we wanted to store the user creating a comment resource, we could use the `creating` hook
701701
on our adapter:

0 commit comments

Comments
 (0)