Skip to content

Commit 526101c

Browse files
BooleanTypeLeroid
authored andcommitted
Morphological mistakes.
1 parent 1184bf3 commit 526101c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/factories.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ Next, use settings similar to those in the sections above. These settings allow
419419
;
420420
};
421421
422-
Now we can use our services as usual (via dependency injection). The only difference is that object instances are created in the factory. Let's get those services in controller::
422+
Now we can use our services as usual (via dependency injection). The only difference is that subclasses instances of services are created in the factory. Let's get those services in controller::
423423

424424
/**
425425
* @Route("/get-deliveries-cost", methods={"GET"})

0 commit comments

Comments
 (0)