From bcf2c4aae819d97d3daab367d0855a1149afb228 Mon Sep 17 00:00:00 2001 From: Zahar Celac <25492410+zaharcelac@users.noreply.github.com> Date: Tue, 21 Dec 2021 17:45:44 -0500 Subject: [PATCH] Update grouped-routes.md --- docs/features/grouped-routes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/features/grouped-routes.md b/docs/features/grouped-routes.md index afd632d..e32a869 100644 --- a/docs/features/grouped-routes.md +++ b/docs/features/grouped-routes.md @@ -5,7 +5,7 @@ title: Grouped Routes By default all routes shown are stacked by default. -For example if you had routes `/users`, `/users/boyney123`, /users/boyney123/details` they would all stack by default. +For example if you had routes `/users`, `/users/boyney123`, `/users/boyney123/details` they would all stack by default. ![Routes Stacked](/img/docs/features/grouped-routes/routes-stacked.png "Routes Stacked") @@ -15,7 +15,7 @@ If you continue to add routes the UI may get unmanageable. Thats why we created ## Grouped Routes -Grouped routes uses the `path` of the route and will group them based on that. So given our example above with `/users`, `/users/boyney123`, /users/boyney123/details` the UI will now group routes. +Grouped routes uses the `path` of the route and will group them based on that. So given our example above with `/users`, `/users/boyney123`, `/users/boyney123/details` the UI will now group routes. ![Grouped Routes](/img/docs/features/grouped-routes/routes-grouped.png "Routes Grouped")