Skip to content

Commit 02ecbc2

Browse files
authored
fixed typo (#24773)
1 parent 8867d32 commit 02ecbc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/architecture/blazor-for-web-forms-developers/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ In Blazor, you can register handlers for DOM UI events directly using directive
219219
@code {
220220
void OnClick()
221221
{
222-
Console.WriteLine("The button was clicked!);
222+
Console.WriteLine("The button was clicked!");
223223
}
224224
}
225225
```

0 commit comments

Comments
 (0)