@@ -266,7 +266,7 @@ the user is connecting via a secured connection (i.e. HTTPS).
266266
267267 The Request class also has a public ``attributes `` property, which holds
268268 special data related to how the application works internally. For the
269- Symfonyframework , the ``attributes `` holds the values returned by the
269+ SymfonyFramework , the ``attributes `` holds the values returned by the
270270 matched route, like ``_controller ``, ``id `` (if you have an ``{id} ``
271271 wildcard), and even the name of the matched route (``_route ``). The
272272 ``attributes `` property exists entirely to be a place where you can
@@ -500,7 +500,7 @@ emails, validating user input and handling security.
500500The good news is that none of these problems is unique. Symfony provides
501501a framework full of tools that allow you to build your application, not your
502502tools. With Symfony, nothing is imposed on you: you're free to use the full
503- Symfonyframework , or just one piece of Symfony all by itself.
503+ SymfonyFramework , or just one piece of Symfony all by itself.
504504
505505..index ::
506506 single: Symfony Components
@@ -542,9 +542,9 @@ regardless of how your project is developed. To name a few:
542542:doc: `Translation </components/translation/introduction >`
543543 A framework for translating strings in your application.
544544
545- Each one of these components is decoupled and can be used in *any *
546- PHP project, regardless of whether or not you use the Symfonyframework.
547- Every part is made to be used if needed and replaced when necessary.
545+ Each one of these components is decoupled and can be used in *any * PHP project,
546+ regardless of whether or not you use the SymfonyFramework. Every part is
547+ made to be used if needed and replaced when necessary.
548548
549549.. _the-full-solution-the-symfony2-framework :
550550