From b4dd1a107811bb65f2f16d5b1837bf33db5454b0 Mon Sep 17 00:00:00 2001 From: WouterJ Date: Mon, 3 Feb 2014 16:43:23 +0100 Subject: [PATCH] Fixed typo + added remore section --- book/doctrine.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/book/doctrine.rst b/book/doctrine.rst index 910df4e21de..6cfd8d6dcd6 100644 --- a/book/doctrine.rst +++ b/book/doctrine.rst @@ -1389,8 +1389,11 @@ powerful, allowing you to create complex queries and subscribe to events that allow you to take different actions as objects go through their persistence lifecycle. +Learn More +~~~~~~~~~~ + For more information about Doctrine, see the *Doctrine* section of the -:doc:`cookbook `. Some usefull articles might be: +:doc:`cookbook `. Some useful articles might be: * :doc:`/cookbook/doctrine/common_extensions` * :doc:`/cookbook/doctrine/console`