Fix typo in chained bind explanation. (#18954)

pull/18955/head
Nikon the Third 2020-06-25 12:03:52 +02:00 committed by GitHub
parent e5d81ff9ba
commit 9a9858cca1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ The following `PasswordField` component (`PasswordField.razor`):
* Sets an `<input>` element's value to a `Password` property.
* Exposes changes of the `Password` property to a parent component with an [`EventCallback`](xref:blazor/components/event-handling#eventcallback).
* Uses the `onclick` event is used to trigger the `ToggleShowPassword` method. For more information, see <xref:blazor/components/event-handling>.
* Uses the `onclick` event to trigger the `ToggleShowPassword` method. For more information, see <xref:blazor/components/event-handling>.
```razor
<h1>Child Component</h1>