Skip to content

Commit 81d6e20

Browse files
javiereguiluzweaverryan
authored andcommitted
[quick_tour] replaced "chapter" by "part" in some tutorial parts
1 parent 50e136c commit 81d6e20

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

quick_tour/the_big_picture.rst

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The Big Picture
22
===============
33

4-
This chapter will teach you how to develop a simple Symfony2 project in 10
4+
This first part will teach you how to develop a simple Symfony2 project in 10
55
minutes! If you've used a web framework before, you should feel right at home
66
with Symfony2. If not, welcome to a whole new way of developing web applications.
77

@@ -282,8 +282,9 @@ template (or ``AcmeDemoBundle:Demo:hello.html.twig`` if you use the logical name
282282
{% endblock %}
283283
284284
By default, Symfony2 uses `Twig <http://twig.sensiolabs.org/>` as its template
285-
engine but you can also use traditional PHP templates if you choose. The next
286-
chapter will introduce how templates work in Symfony2.
285+
engine but you can also use traditional PHP templates if you choose. The
286+
:doc:`second part of this tutorial</quick_tour/the_view>` will introduce how
287+
templates work in Symfony2.
287288

288289
Bundles
289290
~~~~~~~
@@ -294,7 +295,7 @@ bundles. In Symfony2 speak, a bundle is a structured set of files (PHP files,
294295
stylesheets, JavaScripts, images, ...) that implements a single feature (a
295296
blog, a forum, ...) and which can be easily shared with other developers. As
296297
of now, you have manipulated one bundle, ``AcmeDemoBundle``. You will learn
297-
more about bundles in the :doc:`last chapter of this tutorial</quick_tour/the_architecture>`.
298+
more about bundles in the :doc:`last part of this tutorial</quick_tour/the_architecture>`.
298299

299300
.. _quick-tour-big-picture-environments:
300301

quick_tour/the_view.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The View
22
========
33

4-
In this second chapter, you will learn more about `Twig`_, the fast, flexible,
4+
In this second part, you will learn more about `Twig`_, the fast, flexible,
55
and secure template engine for PHP. Twig makes your templates more readable and
66
concise; it also makes them more friendly for web designers.
77

0 commit comments

Comments
 (0)