Skip to content

Commit f904cf9

Browse files
authored
Fix typo "@implement" => "@implements" (#18095)
1 parent 1b98a35 commit f904cf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/blazor/routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ The following component navigates to the app's `Counter` component when the butt
224224
The following component handles a location changed event. The `HandleLocationChanged` method is unhooked when `Dispose` is called by the framework. Unhooking the method permits garbage collection of the component.
225225

226226
```razor
227-
@implement IDisposable
227+
@implements IDisposable
228228
@inject NavigationManager NavigationManager
229229
230230
...

0 commit comments

Comments
 (0)