Skip to content

Commit 118d7cc

Browse files
authored
Fix typo (#35324)
1 parent 8004595 commit 118d7cc

File tree

1 file changed

+1
-1
lines changed
  • aspnetcore/blazor/tutorials/movie-database-app

1 file changed

+1
-1
lines changed

aspnetcore/blazor/tutorials/movie-database-app/part-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The `NavMenu` component (`Components/Layout/NavMenu.razor`) implements sidebar n
6868

6969
A <xref:Microsoft.AspNetCore.Components.Routing.NavLink> component behaves like an `<a>` element, except it toggles an `active` CSS class based on whether its `href` matches the current URL. The `active` class helps a user understand which page is the active page among the navigation links displayed. <xref:Microsoft.AspNetCore.Components.Routing.NavLinkMatch.All?displayProperty=nameWithType> assigned to the <xref:Microsoft.AspNetCore.Components.Routing.NavLink.Match%2A> parameter configures the component to display an active CSS class when it matches the entire current URL.
7070

71-
The <xref:Microsoft.AspNetCore.Components.Routing.NavLink> component built into the Blazor framework for any Blazor app to use, while the `NavMenu` component is only part of Blazor project templates.
71+
The <xref:Microsoft.AspNetCore.Components.Routing.NavLink> component is built into the Blazor framework for any Blazor app to use, while the `NavMenu` component is only part of Blazor project templates.
7272

7373
`Components/Layout/NavMenu.razor`:
7474

0 commit comments

Comments
 (0)