Skip to content

Commit

Permalink
#5706 typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiu committed Sep 10, 2024
1 parent c4ad81d commit e641667
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ When creating new Components, it can make sense to add the handler methods into
A good example would be `tab.header.Toolbar`, where clicking on a Button will change the active Card.

You can use string based listeners. In case the handler method lives within the parent tree (any level),
we need to prefix there listeners with `up.`.
we need to prefix these listeners with `up.`.

<pre data-neo>
import Container from '../container/Base.mjs';
Expand Down

0 comments on commit e641667

Please sign in to comment.