Skip to content

Commit

Permalink
GuideEvents.md => typo fix (breaks inside the source view)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiu committed Jun 23, 2024
1 parent e7cd0c5 commit e06965c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/data/deck/learnneo/pages/GuideEvents.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class MainView extends Container {
module : Button,
text: 'Button',
listeners: {
click: button => Neo.Main.log('Click!');
click: button => Neo.Main.log('Click!')
}
}]
}
Expand Down

0 comments on commit e06965c

Please sign in to comment.