Skip to content

Commit c780e59

Browse files
committed
minor #15143 [Doctrine] Fix markdown in multiple_entity_managers.rst (aivus)
This PR was merged into the 4.4 branch. Discussion ---------- [Doctrine] Fix markdown in multiple_entity_managers.rst Fix broken markdown at the end of the [multiple entity managers](https://symfony.com/doc/4.4/doctrine/multiple_entity_managers.html) page Commits ------- 40bdc02 Fix markdown in multiple_entity_managers.rst
2 parents f4bb35b + 40bdc02 commit c780e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine/multiple_entity_managers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,6 @@ The same applies to repository calls::
313313
// ...
314314
}
315315

316-
You should now always fetch this repository using ``ManagerRegistry::getRepository()``.
316+
You should now always fetch this repository using ``ManagerRegistry::getRepository()``.
317317

318318
.. _`several alternatives`: https://stackoverflow.com/a/11494543

0 commit comments

Comments
 (0)