We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 507c89c commit c9b6dbfCopy full SHA for c9b6dbf
src/TwigComponent/doc/index.rst
@@ -395,7 +395,7 @@ Fetching Services
395
Let's create a more complex example: a "featured products" component.
396
You *could* choose to pass an array of Product objects to the component
397
and set those on a ``$products`` property. But instead, let's let the
398
-*component* to do the work of executing the query.
+*component* do the work of executing the query.
399
400
How? Components are *services*, which means autowiring works like
401
normal. This example assumes you have a ``Product`` Doctrine entity and
0 commit comments