From 36620c28ded4663467a8a220c614ce5022d29c68 Mon Sep 17 00:00:00 2001 From: Maciej Malarz Date: Wed, 6 Nov 2019 23:18:31 +0100 Subject: [PATCH] Grammar review remarks As per https://github.com/doctrine/DoctrineMongoDBBundle/pull/595#pullrequestreview-312761957 --- Resources/doc/first_steps.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/doc/first_steps.rst b/Resources/doc/first_steps.rst index c32dd15b..2a2bf762 100644 --- a/Resources/doc/first_steps.rst +++ b/Resources/doc/first_steps.rst @@ -467,8 +467,8 @@ is to use the repository as a service and inject it as a dependency into other s } The ``ServiceDocumentRepository`` class your custom repository is extending allows you to -leverage Symfony's `autowiring`_ and `autoconfiguration`_. To register all your repositories -as services you can use the following service configuration: +leverage Symfony's `autowiring`_ and `autoconfiguration`_. To register all of your +repositories as services you can use the following service configuration: .. configuration-block::