Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Jan 24, 2024
1 parent 0b82333 commit 9d97dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovos_phal_plugin_ww_led/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def _handle_listener_started(self, _):
GPIO.output(self.gpio_pin, GPIO.HIGH)

def _handle_led_off(self, _):
"""Handle the different events that will lead to a turn the LED off."""
"""Handle the different events that will lead to turn the LED off."""
if not self.wakeword_only:
if self.pulse:
self.pulsing = False
Expand Down

0 comments on commit 9d97dca

Please sign in to comment.