Skip to content

Commit 1d2a620

Browse files
committed
[QuickTour] consistent headlines
1 parent d49d12e commit 1d2a620

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

quick_tour/the_big_picture.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ environment.
318318

319319
.. _quick-tour-big-picture-environments-intro:
320320

321-
What Is an environment?
321+
What is an Environment?
322322
~~~~~~~~~~~~~~~~~~~~~~~
323323

324324
An :term:`Environment` represents a group of configurations that's used to run
@@ -378,4 +378,4 @@ are eager to learn more about Symfony2, dive into the next section:
378378

379379
.. _Composer: https://getcomposer.org/
380380
.. _executable installer: http://getcomposer.org/download
381-
.. _Twig: http://twig.sensiolabs.org/
381+
.. _Twig: http://twig.sensiolabs.org/

quick_tour/the_controller.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Symfony will transform it into a proper ``500`` error page::
105105

106106
throw new \Exception('Something went wrong!');
107107

108-
Getting information from the Request
108+
Getting Information from the Request
109109
------------------------------------
110110

111111
Symfony automatically injects the ``Request`` object when the controller has an

quick_tour/the_view.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,8 @@ parameters are the values of the variables defined in the route pattern::
244244
*absolute* URLs, which is very handy when rendering emails and RSS files:
245245
``{{ url('_demo_hello', {'name': 'Thomas'}) }}``.
246246

247-
Including Assets: images, JavaScripts, and stylesheets
248-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
247+
Including Assets: Images, JavaScripts and Stylesheets
248+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
249249

250250
What would the Internet be without images, JavaScripts, and stylesheets?
251251
Symfony2 provides the ``asset`` function to deal with them easily:

0 commit comments

Comments
 (0)