Skip to content

Commit 9a9858c

Browse files
Fix typo in chained bind explanation. (#18954)
1 parent e5d81ff commit 9a9858c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/blazor/components/data-binding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ The following `PasswordField` component (`PasswordField.razor`):
233233

234234
* Sets an `<input>` element's value to a `Password` property.
235235
* Exposes changes of the `Password` property to a parent component with an [`EventCallback`](xref:blazor/components/event-handling#eventcallback).
236-
* Uses the `onclick` event is used to trigger the `ToggleShowPassword` method. For more information, see <xref:blazor/components/event-handling>.
236+
* Uses the `onclick` event to trigger the `ToggleShowPassword` method. For more information, see <xref:blazor/components/event-handling>.
237237

238238
```razor
239239
<h1>Child Component</h1>

0 commit comments

Comments
 (0)