Skip to content

Commit 5dadc24

Browse files
Update index.md
Fixed grammar in ## Clear a form or field section. - Changed: Reset a form by clearing its model back its.... To: Reset a form by clearing its model back to its....
1 parent 30f55fd commit 5dadc24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/blazor/forms/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ The <xref:Microsoft.AspNetCore.Components.Forms.EditForm> provides the following
243243

244244
## Clear a form or field
245245

246-
Reset a form by clearing its model back its default state, which can be performed inside or outside of an <xref:Microsoft.AspNetCore.Components.Forms.EditForm>'s markup:
246+
Reset a form by clearing its model back to its default state, which can be performed inside or outside of an <xref:Microsoft.AspNetCore.Components.Forms.EditForm>'s markup:
247247

248248
```razor
249249
<button @onclick="ClearForm">Clear form</button>

0 commit comments

Comments
 (0)