From 871b247a2e0e0b29ce39c10d6f0c9e4b94aaf6a2 Mon Sep 17 00:00:00 2001 From: richardpi Date: Fri, 25 Apr 2014 13:42:00 +0100 Subject: [PATCH] Update translation.rst --- book/translation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/translation.rst b/book/translation.rst index ad6a902e81c..1b0c340a548 100644 --- a/book/translation.rst +++ b/book/translation.rst @@ -654,7 +654,7 @@ Translating Database Content ---------------------------- The translation of database content should be handled by Doctrine through -the `Translatable Extension`_ or the `Translatable Bahavior`_ (PHP 5.4+). +the `Translatable Extension`_ or the `Translatable Behavior`_ (PHP 5.4+). For more information, see the documentation for thes libraries. Summary @@ -680,4 +680,4 @@ steps: .. _`ISO 3166-1 alpha-2`: http://en.wikipedia.org/wiki/ISO_3166-1#Current_codes .. _`ISO 639-1`: http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes .. _`Translatable Extension`: https://github.com/l3pp4rd/DoctrineExtensions -.. _`Translatable Bahavior`: https://github.com/KnpLabs/DoctrineBehaviors +.. _`Translatable Behavior`: https://github.com/KnpLabs/DoctrineBehaviors