@@ -266,7 +266,7 @@ the user is connecting via a secured connection (i.e. HTTPS).
266
266
267
267
The Request class also has a public ``attributes `` property, which holds
268
268
special data related to how the application works internally. For the
269
- Symfony framework , the ``attributes `` holds the values returned by the
269
+ Symfony Framework , the ``attributes `` holds the values returned by the
270
270
matched route, like ``_controller ``, ``id `` (if you have an ``{id} ``
271
271
wildcard), and even the name of the matched route (``_route ``). The
272
272
``attributes `` property exists entirely to be a place where you can
@@ -500,7 +500,7 @@ emails, validating user input and handling security.
500
500
The good news is that none of these problems is unique. Symfony provides
501
501
a framework full of tools that allow you to build your application, not your
502
502
tools. With Symfony, nothing is imposed on you: you're free to use the full
503
- Symfony framework , or just one piece of Symfony all by itself.
503
+ Symfony Framework , or just one piece of Symfony all by itself.
504
504
505
505
.. index ::
506
506
single: Symfony Components
@@ -542,9 +542,9 @@ regardless of how your project is developed. To name a few:
542
542
:doc: `Translation </components/translation/introduction >`
543
543
A framework for translating strings in your application.
544
544
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 Symfony framework.
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 Symfony Framework. Every part is
547
+ made to be used if needed and replaced when necessary.
548
548
549
549
.. _the-full-solution-the-symfony2-framework :
550
550
0 commit comments