We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5d81ff commit 9a9858cCopy full SHA for 9a9858c
aspnetcore/blazor/components/data-binding.md
@@ -233,7 +233,7 @@ The following `PasswordField` component (`PasswordField.razor`):
233
234
* Sets an `<input>` element's value to a `Password` property.
235
* 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>.
+* Uses the `onclick` event to trigger the `ToggleShowPassword` method. For more information, see <xref:blazor/components/event-handling>.
237
238
```razor
239
<h1>Child Component</h1>
0 commit comments