Skip to content

Commit 375484b

Browse files
authored
Fix spelling error (#20014)
1 parent 7f80589 commit 375484b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/blazor/components/data-binding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The following example binds an `<input>` element to the `currentValue` field and
3333
}
3434
```
3535

36-
When one of the elements looses focus, its bound field or property is updated.
36+
When one of the elements loses focus, its bound field or property is updated.
3737

3838
The text box is updated in the UI only when the component is rendered, not in response to changing the field's or property's value. Since components render themselves after event handler code executes, field and property updates are *usually* reflected in the UI immediately after an event handler is triggered.
3939

0 commit comments

Comments
 (0)