Skip to content

Commit cf42b45

Browse files
chaffneueweaverryan
authored andcommitted
updated Configuration
1 parent 258dba4 commit cf42b45

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

quick_tour/the_big_picture.rst

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,19 +101,16 @@ Fabien!``).
101101
Configuration
102102
~~~~~~~~~~~~~
103103

104-
But how does Symfony2 route the request to your code? Simply by reading some
105-
configuration file.
104+
Symfony2 routes the request to your code by using a configuration file.
106105

107-
All Symfony2 configuration files can be written in either PHP, XML, or `YAML`_
108-
(YAML is a simple format that makes the description of configuration settings
106+
All Symfony2 configuration files can be written in PHP, XML or `YAML`_(YAML is
107+
a simple format that makes the description of configuration settings
109108
straightforward).
110109

111110
.. tip::
112111

113112
The sandbox defaults to YAML, but you can easily switch to XML or PHP by
114-
editing the ``app/AppKernel.php`` file. You can switch now by looking at
115-
the bottom of this file for instructions (the tutorials show the
116-
configuration for all supported formats).
113+
editing the ``app/AppKernel.php`` file.
117114

118115
.. index::
119116
single: Routing

0 commit comments

Comments
 (0)