diff --git a/docs/tildagon-apps/widgets-and-hardware/badge-hardware.md b/docs/tildagon-apps/widgets-and-hardware/badge-hardware.md index 4e7b136..a353f41 100644 --- a/docs/tildagon-apps/widgets-and-hardware/badge-hardware.md +++ b/docs/tildagon-apps/widgets-and-hardware/badge-hardware.md @@ -166,7 +166,7 @@ You can also use the `ButtonDownEvent` and the `ButtonUpEvent` directly with an # perform other actions as needed ``` -3. Add an event handler in the `__init__` method of your app with the event (`ButtonDownEvent` or `ButtonUpEvent`) and a function that should be called when the event happens. Depending on whether the event handler is a synchronoush or asynchronoush method call `on()` or `on_async`: +3. Add an event handler in the `__init__` method of your app with the event (`ButtonDownEvent` or `ButtonUpEvent`) and a function that should be called when the event happens. Depending on whether the event handler is a synchronous or asynchronous method call `on()` or `on_async`: ```python def __init__(self):