merged branch adanlobato/master (PR #4130)

Commits
-------

42a73f4 Typo fix

Discussion
----------

[Typo] Removed extra 's'
This commit is contained in:
Fabien Potencier 2012-04-30 17:33:53 +02:00
commit 33c7743063

View File

@ -21,7 +21,7 @@ framework:
It takes a ``Request`` as an input and should return a ``Response`` as an
output. Using this interface makes your code compatible with all frameworks
using the Symfony2 components. And this will gives you many cool features for
using the Symfony2 components. And this will give you many cool features for
free.
Creating a framework based on the Symfony2 components is really easy. Here is