From 10b02771206a6b3b832512e75bb020aaccc7791a Mon Sep 17 00:00:00 2001 From: Shimon Newman Date: Fri, 9 Sep 2022 16:04:39 +0300 Subject: [PATCH] Update docs/tutorials/add-route.md Co-authored-by: Vincent (Wen Yu) Ge --- docs/tutorials/add-route.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/add-route.md b/docs/tutorials/add-route.md index 4b6fa4bbba..36e2225298 100644 --- a/docs/tutorials/add-route.md +++ b/docs/tutorials/add-route.md @@ -33,7 +33,7 @@ App::init() ``` -### 4. The labels mechanism +### 4. The Labels Mechanism Labels are very strait forward and easy to use and understand, but in the same time very robust. Labels are passed from the controllers route, and used to pick up key value pairs to be handled in a centralized place along the road.