Skip to content

Commit c9b6dbf

Browse files
authored
Update index.rst
Grammar fix
1 parent 507c89c commit c9b6dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TwigComponent/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ Fetching Services
395395
Let's create a more complex example: a "featured products" component.
396396
You *could* choose to pass an array of Product objects to the component
397397
and set those on a ``$products`` property. But instead, let's let the
398-
*component* to do the work of executing the query.
398+
*component* do the work of executing the query.
399399

400400
How? Components are *services*, which means autowiring works like
401401
normal. This example assumes you have a ``Product`` Doctrine entity and

0 commit comments

Comments
 (0)