This commit is contained in:
Adán Lobato 2012-04-27 10:21:46 +02:00
parent a01dec00f4
commit 42a73f4e51

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