We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1091bc7 + 75de892 commit ee1e6c0Copy full SHA for ee1e6c0
doctrine.rst
@@ -738,7 +738,7 @@ Querying with the Query Builder
738
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
739
740
Doctrine also provides a `Query Builder`_, an object-oriented way to write
741
-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.
742
based on PHP conditions)::
743
744
// src/Repository/ProductRepository.php
0 commit comments