Skip to content

Commit 14c439e

Browse files
committed
Some nitpicking of mine
1 parent b990b66 commit 14c439e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/data-persisters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Data Persisters
22

3-
To mutate the application states during `POST`, `PUT`, `PATCH` or `DELETE` [operations](operations.md), API Platform calls
3+
To mutate the application states during `POST`, `PUT`, `PATCH` or `DELETE` [operations](operations.md), API Platform uses
44
classes called **data persisters**. Data persisters receive an instance of the class marked as an API resource (usually using
5-
the `@ApiResource` annotation). This instance has been created using data submitted by the client during [the deserialization
5+
the `@ApiResource` annotation). This instance contains data submitted by the client during [the deserialization
66
process](serialization.md).
77

88
A data persister using [Doctrine ORM](http://www.doctrine-project.org/projects/orm.html) is included with the library and

0 commit comments

Comments
 (0)