From a4e236b38147c6da5a5e87905ce0364fc3bf6d72 Mon Sep 17 00:00:00 2001 From: Ilona Tomkowicz Date: Fri, 5 Dec 2025 11:21:02 +0100 Subject: [PATCH] Fix docs. --- src/Components/Components/src/NavigationManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Components/src/NavigationManager.cs b/src/Components/Components/src/NavigationManager.cs index fecbfaca6c28..6f1996665b89 100644 --- a/src/Components/Components/src/NavigationManager.cs +++ b/src/Components/Components/src/NavigationManager.cs @@ -246,7 +246,7 @@ protected virtual void EnsureInitialized() /// /// Converts a relative URI into an absolute one (by resolving it - /// relative to the current absolute URI). + /// relative to the base URI). /// /// The relative URI. /// The absolute URI.