Skip to content

Commit 765639f

Browse files
authored
Merge pull request #570 from cedricziel/patch-3
Update design.md
2 parents d6d8b50 + d2197ab commit 765639f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ In this case, the public (`@ApiResource`) and internal (Doctrine entity) data mo
3636
be able to query, filter, paginate and persist data automatically.
3737
This approach is super-convenient and efficient, but is probably **not a good idea** for non-[CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete)
3838
and/or large systems.
39-
Again, it's up to the developers to use, or to not use those built-in data providers/persisters depending on the business
39+
Again, it's up to the developers to use, or to not use these built-in data providers/persisters depending on the business logic
4040
they are dealing with. API Platform makes it easy to create custom data providers and persisters, and to implement appropriate
4141
patterns such as [CQS](https://www.martinfowler.com/bliki/CommandQuerySeparation.html) or [CQRS](https://martinfowler.com/bliki/CQRS.html).
4242

0 commit comments

Comments
 (0)