Skip to content

Commit e2da431

Browse files
authored
Update service_container.rst
1 parent c19d302 commit e2da431

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service_container.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,8 +1037,8 @@ Linting Service Definitions
10371037

10381038
The ``lint:container`` command performs some additional checks to make sure
10391039
the container is properly configured:
1040-
* checks that the arguments injected into services match their type declarations.
1041-
* checks that the interfaces configured as alias are resolving to a compatible
1040+
* ensures the arguments injected into services match their type declarations.
1041+
* ensures the interfaces configured as alias are resolving to a compatible
10421042
service.
10431043
It's useful to run it before deploying your application to production
10441044
(e.g. in your continuous integration server):

0 commit comments

Comments
 (0)