From fac4e332a744581b0a70edf9da16de5749aac2b7 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 9df6bc2c8d1..cd1cd7cdfb0 100644 --- a/book/translation.rst +++ b/book/translation.rst @@ -646,7 +646,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 @@ -672,4 +672,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