Skip to content

Commit bb6247a

Browse files
authored
Update doctrine.rst
Grammar.
1 parent 1091bc7 commit bb6247a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ Querying with the Query Builder
738738
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
739739

740740
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.
741+
queries. It is recommended to use this when queries are built dynamically (i.e.
742742
based on PHP conditions)::
743743

744744
// src/Repository/ProductRepository.php

0 commit comments

Comments
 (0)