From 8ff25ecb8d4cfc7f07fa65ed5ff74f8be0af5646 Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Wed, 3 Jul 2019 13:05:13 +0200 Subject: [PATCH] docs fix --- docs/configuration/router.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/router.md b/docs/configuration/router.md index 6b5ca6b..af114e8 100644 --- a/docs/configuration/router.md +++ b/docs/configuration/router.md @@ -33,7 +33,7 @@ Routes file is located here `backend/Controllers/routes.php` Each route in the r ], ``` -As you can in the example, you can assign required user roles and permissions for each route. +As you can see in the example, you can assign required user roles and permissions for each route. ## Controllers