From c23db3921d5aa2cc5e5eedef7cc2e0c84a67ed2b Mon Sep 17 00:00:00 2001 From: Johnny Peck Date: Thu, 2 Jan 2020 06:59:01 -0500 Subject: [PATCH] Update doctrine.rst Grammar. --- doctrine.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doctrine.rst b/doctrine.rst index 3791ae898a9..0eadc82edee 100644 --- a/doctrine.rst +++ b/doctrine.rst @@ -742,7 +742,7 @@ Querying with the Query Builder ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Doctrine also provides a `Query Builder`_, an object-oriented way to write -queries. It is recommended to use this when queries and build dynamically (i.e. +queries. It is recommended to use this when queries are built dynamically (i.e. based on PHP conditions):: // src/Repository/ProductRepository.php