From b59a531e95a3cc33bc9c1d25cc5ff9ba88082b26 Mon Sep 17 00:00:00 2001 From: Brayden Williams Date: Fri, 18 Jul 2014 01:48:03 -0700 Subject: [PATCH] Update internals.rst The proper idiom is "behind the scenes". I also fixed the sentence structure. --- book/internals.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/internals.rst b/book/internals.rst index 5d75c952912..45429c9c133 100644 --- a/book/internals.rst +++ b/book/internals.rst @@ -10,8 +10,8 @@ Symfony2 internals. .. note:: - You need to read this section only if you want to understand how Symfony2 - works behind the scene, or if you want to extend Symfony2. + You only need to read this section if you want to understand how Symfony2 + works behind the scenes, or if you want to extend Symfony2. Overview --------