Skip to content

Commit f055c4c

Browse files
committed
[flat_php] Changing minor language
1 parent f0c39b1 commit f055c4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/from_flat_php_to_symfony2.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ From flat PHP to Symfony2
44
.. tip::
55

66
If you're familiar with the MVC philosophy, you can choose to skip this
7-
chapter. Still, Symfony2's approach to organized code and application
7+
guide. Still, Symfony2's approach to organized code and application
88
flow is so fresh and simple that we hope everyone will continuing reading.
99

1010
The goal of any web application is simple: to process each HTTP request and
@@ -592,7 +592,7 @@ routing map information to determine which controller to call. Just as in
592592
our sample application, your controller method is responsible for returning
593593
the final ``Response`` object. There's really not much else to it.
594594

595-
In the upcoming chapters, we'll learn more about how each piece works and
595+
In the upcoming guides, we'll learn more about how each piece works and
596596
how the project is organized by default. For now, just realize what we've
597597
gained by migrating the original flat PHP application to Symfony2:
598598

0 commit comments

Comments
 (0)