Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1d2a620

Browse files
committed
[QuickTour] consistent headlines
1 parentd49d12e commit1d2a620

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

‎quick_tour/the_big_picture.rst‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ environment.
318318

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

321-
WhatIs anenvironment?
321+
Whatis anEnvironment?
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‎

Lines changed: 1 addition & 1 deletion
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-
Gettinginformation from the Request
108+
GettingInformation from the Request
109109
------------------------------------
110110

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

‎quick_tour/the_view.rst‎

Lines changed: 2 additions & 2 deletions
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, andstylesheets
248-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
247+
Including Assets:Images, JavaScripts andStylesheets
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)

[8]ページ先頭

©2009-2025 Movatter.jp