small typo fix in routes.php

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7264 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
DarkAngelBGE 2008-06-26 10:07:46 +00:00
parent 3e8c2ad204
commit a4c05ecba8

View file

@ -39,7 +39,7 @@
*/
Router::connect('/pages/*', array('controller' => 'pages', 'action' => 'display'));
/**
* Then we connect url '/test' to our test controller. This is helpfull in
* Then we connect url '/test' to our test controller. This is helpful in
* developement.
*/
Router::connect('/tests', array('controller' => 'tests', 'action' => 'index'));