From 4679fbe80825f3f3c254db7c99c54ffd31d2dfcd Mon Sep 17 00:00:00 2001 From: Jeremy Emery Date: Fri, 3 Jul 2015 10:07:43 +0100 Subject: [PATCH] Update http-foundation.rst Just fixed a small grammatical error --- create_framework/http-foundation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_framework/http-foundation.rst b/create_framework/http-foundation.rst index a0e0183ba58..7f92d9e7fb5 100644 --- a/create_framework/http-foundation.rst +++ b/create_framework/http-foundation.rst @@ -221,7 +221,7 @@ Last but not the least, these classes, like every other class in the Symfony code, have been `audited`_ for security issues by an independent company. And being an Open-Source project also means that many other developers around the world have read the code and have already fixed potential security problems. -When was the last you ordered a professional security audit for your home-made +When was the last time you ordered a professional security audit for your home-made framework? Even something as simple as getting the client IP address can be insecure::