Skip to content

Commit

Permalink
fixing a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Andras Kende committed Sep 20, 2012
1 parent 7678523 commit cf23360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/development/routing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ of the route::
<?php
Router::connect(
'/government',
array('controller' => 'products', 'action' => 'display', 5)
array('controller' => 'pages', 'action' => 'display', 5)
);

This example shows how you can use the second parameter of
Expand Down

0 comments on commit cf23360

Please sign in to comment.