Skip to content

Commit 6aa6883

Browse files
committed
fix typos
1 parent 01ac03e commit 6aa6883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/treeview/drag-drop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The `OnDrop` event provides an object of type `TreeViewDropEventArgs` to its eve
8686

8787
## OnDragEnd Event
8888

89-
The `OnDragEnd` event fires when a drag operation ends. The event is triggered after `OnDrop` and unlike it, `OnDragEnd` will fire even if the drop location is not a Telerik component. In this case, the non-aplicable event arguments will be null.
89+
The `OnDragEnd` event fires when a drag operation ends. The event is triggered after `OnDrop` and unlike it, `OnDragEnd` will fire even if the drop location is not a Telerik component. In this case, the non-applicable event arguments will be `null`.
9090

9191
### Event Arguments
9292

0 commit comments

Comments
 (0)