Skip to content

Commit

Permalink
chore: it was a lie
Browse files Browse the repository at this point in the history
  • Loading branch information
lajbel committed Dec 21, 2024
1 parent 9d475ab commit b2a1dcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion guides/en/1_getting_started/6_events.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ on("eat", "cake", () => {
});

onKeyPress(() => {
obj.trigger("cake");
obj.trigger("eat");
});
```

Expand Down
2 changes: 1 addition & 1 deletion kaplay

0 comments on commit b2a1dcc

Please sign in to comment.