File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
1010The 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
592592our sample application, your controller method is responsible for returning
593593the 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
596596how the project is organized by default. For now, just realize what we've
597597gained by migrating the original flat PHP application to Symfony2:
598598
You can’t perform that action at this time.
0 commit comments