Skip to content

Commit cb61f4f

Browse files
committed
minor #3581 Add missing hyphen in HTTP Fundamentals page (ockcyp)
This PR was merged into the 2.3 branch. Discussion ---------- Add missing hyphen in HTTP Fundamentals page In HTTP Fundamentals page all Symfony Components have hyphen after component name except for Translation component. Commits ------- 8feb85d Add missing hyphen in HTTP Fundamentals page
2 parents d5d64ce + 8feb85d commit cb61f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/http_fundamentals.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ regardless of how your project is developed. To name a few:
538538
* `Security`_ - A powerful library for handling all types of security inside
539539
an application;
540540

541-
* `Translation`_ A framework for translating strings in your application.
541+
* `Translation`_ - A framework for translating strings in your application.
542542

543543
Each and every one of these components is decoupled and can be used in *any*
544544
PHP project, regardless of whether or not you use the Symfony2 framework.

0 commit comments

Comments
 (0)