diff --git a/developer_manual/app/routes.rst b/developer_manual/app/routes.rst index 8adfd6172..26fd88028 100644 --- a/developer_manual/app/routes.rst +++ b/developer_manual/app/routes.rst @@ -143,7 +143,7 @@ can be abbreviated by using the **resources** key: $application = new Application(); $application->registerRoutes($this, array( 'resources' => array( - array('authors' => array('url' => '/authors')) + array('author' => array('url' => '/authors')) ), 'routes' => array( // your other routes here