Skip to content

Commit 4d576fb

Browse files
authored
Fix typo in method summary (#35385)
1 parent f2c3abc commit 4d576fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/Components/src/NavigationManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ protected set
9999
/// <param name="uri">The destination URI. This can be absolute, or relative to the base URI
100100
/// (as returned by <see cref="BaseUri"/>).</param>
101101
/// <param name="forceLoad">If true, bypasses client-side routing and forces the browser to load the new page from the server, whether or not the URI would normally be handled by the client-side router.</param>
102-
/// <param name="replace">If true, replaces the currently entry in the history stack. If false, appends the new entry to the history stack.</param>
102+
/// <param name="replace">If true, replaces the current entry in the history stack. If false, appends the new entry to the history stack.</param>
103103
public void NavigateTo(string uri, bool forceLoad = false, bool replace = false)
104104
{
105105
AssertInitialized();

0 commit comments

Comments
 (0)