From 01d26319bc36a36c523eae8a79d19b0ed4b2ce30 Mon Sep 17 00:00:00 2001 From: Vesa Nieminen Date: Thu, 8 May 2025 13:04:51 +0300 Subject: [PATCH] Fixed a typo --- articles/flow/routing/dynamic.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/flow/routing/dynamic.adoc b/articles/flow/routing/dynamic.adoc index 24a5396ada..f177598e14 100644 --- a/articles/flow/routing/dynamic.adoc +++ b/articles/flow/routing/dynamic.adoc @@ -279,7 +279,7 @@ public class InfoView extends Div { } ---- -After log-in, add a new route is added, depending on the access rights of the user. +After log-in, a new route is added, depending on the access rights of the user. Two available targets are possible: * [classname]`AdminView` class.