Skip to content

Commit d11f35d

Browse files
committed
minor #2475 [TwigComponent] Remove word in documentation (jmwill86)
This PR was merged into the 2.x branch. Discussion ---------- [TwigComponent] Remove word in documentation Grammar fix | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Issues | - <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT Documentation grammar fix Commits ------- c9b6dbf Update index.rst
2 parents 2ca3f33 + c9b6dbf commit d11f35d

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)