From 5f2be30dcce30101fd8724d8a38e555bafc92fda Mon Sep 17 00:00:00 2001 From: Lacy Rhoades Date: Fri, 7 Oct 2016 14:35:52 -0400 Subject: [PATCH] Fix typo --- doctrine.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doctrine.rst b/doctrine.rst index b8c9ca017ab..1cae85efb4f 100644 --- a/doctrine.rst +++ b/doctrine.rst @@ -875,7 +875,7 @@ list of all available types and more information, see Doctrine's Relationships and Associations ------------------------------ -Doctrine provides all the functionality you need to manager database relationships +Doctrine provides all the functionality you need to manage database relationships (also known as associations). For info, see :doc:`/doctrine/associations`. Final Thoughts