Skip to content

Commit 1654faa

Browse files
Fix typo
1 parent ec802e0 commit 1654faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/input/routed-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Most events in Avalonia are implemented as Routed Events. Routed events are even
1010

1111
## What Is a Routed Event
1212

13-
A typical Avalonia application contains many elements. Whether created in code or declared in XAML, these elements exist in an element tree representing their relationshipa to each other. The event route can travel in one of two directions depending on the event definition, but generally the route travels from the source element and then "bubbles" upward through the element tree until it reaches the element tree root (typically a page or a window). This bubbling concept might be familiar to you if you have worked with the HTML DOM previously.
13+
A typical Avalonia application contains many elements. Whether created in code or declared in XAML, these elements exist in an element tree representing their relationship to each other. The event route can travel in one of two directions depending on the event definition, but generally the route travels from the source element and then "bubbles" upward through the element tree until it reaches the element tree root (typically a page or a window). This bubbling concept might be familiar to you if you have worked with the HTML DOM previously.
1414

1515
### Top-level Scenarios for Routed Events
1616

0 commit comments

Comments
 (0)