Skip to content

Commit 9479c5e

Browse files
chore(common): typos
1 parent 0cb3e13 commit 9479c5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_contentTemplates/common/general-info.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#event-callback-can-be-async
2-
>tip The event is an `EventCallback` and it can be syncronous (return `void`), or it can also be asynchronous and return `async Task`.
2+
>tip The event is an `EventCallback` and it can be synchronous (return `void`), or it can also be asynchronous and return `async Task`.
33
#end
44

55
#ensure-nuget-packge-for-upgrade

components/checkbox/events.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ The `OnChange` event fires every time the `Value` parameter changes. The key dif
150150

151151
## IndeterminateChanged
152152

153-
The `IndeterminateChanged` event fires every time the `Indeterminate` parameter changes. The component does this when the chekbox was indeterminate and the user clicks it to toggle it to a checked/unchecked state. If you toggle the parameter value yourself, the event will not be raised.
153+
The `IndeterminateChanged` event fires every time the `Indeterminate` parameter changes. The component does this when the checkbox was indeterminate and the user clicks it to toggle it to a checked/unchecked state. If you toggle the parameter value yourself, the event will not be raised.
154154

155155
>caption Handle IndeterminateChanged event
156156

0 commit comments

Comments
 (0)