From bfc01a1de8c301ba433f2778c067130f35fac0fe Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Thu, 3 Jan 2019 22:18:37 +0100 Subject: [PATCH] Fix routes syntax highlight Signed-off-by: Roeland Jago Douma --- developer_manual/app/requests/routes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/app/requests/routes.rst b/developer_manual/app/requests/routes.rst index 7a8113ad3..12dc6864d 100644 --- a/developer_manual/app/requests/routes.rst +++ b/developer_manual/app/requests/routes.rst @@ -138,7 +138,7 @@ can be abbreviated by using the **resources** key: [ - 'author' => [url' => '/authors'], + 'author' => ['url' => '/authors'], ], 'routes' => [ // your other routes here