From 8feb85d265cd46ce936ffa9b84f1a39555222ed9 Mon Sep 17 00:00:00 2001 From: Omer Karadagli Date: Sun, 16 Feb 2014 22:05:25 +0000 Subject: [PATCH] Add missing hyphen in HTTP Fundamentals page --- book/http_fundamentals.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.