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