[Blazor] cascading-values-and-parameters.md - "instructing" typo (#31955)

pull/31958/head
Robert Haken 2024-03-02 02:21:08 +01:00 committed by GitHub
parent 33b9c46d36
commit 4f055f173e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ Recommendations:
builder.Services.AddLibraryCascadingParameters();
```
Instruct developers to call your extension method. This is a sound alternative to instructed them to add a `<RootComponent>` component in their `MainLayout` component.
Instruct developers to call your extension method. This is a sound alternative to instructing them to add a `<RootComponent>` component in their `MainLayout` component.
:::moniker-end