Skip to content

Commit

Permalink
fixed typo (closes symfony#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jan 9, 2012
1 parent 1473eec commit 7e8da09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions book/part4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ There are a few new things in the code::
$routes->add('hello', new Routing\Route('/hello/{name}', array('name' => 'World')));
$routes->add('bye', new Routing\Route('/bye'));
return $routes;
We now have a clear separation between the configuration (everything
specific to our application in ``app.php``) and the framework (the generic
code that powers our application in ``front.php``).
Expand Down

0 comments on commit 7e8da09

Please sign in to comment.