diff --git a/book/http_fundamentals.rst b/book/http_fundamentals.rst index c0420ba0081..7e376257b63 100644 --- a/book/http_fundamentals.rst +++ b/book/http_fundamentals.rst @@ -538,7 +538,7 @@ regardless of how your project is developed. To name a few: * `Security`_ - A powerful library for handling all types of security inside an application; -* `Translation`_ A framework for translating strings in your application. +* `Translation`_ - A framework for translating strings in your application. Each and every one of these components is decoupled and can be used in *any* PHP project, regardless of whether or not you use the Symfony2 framework.