fixed typo

This commit is contained in:
2024-12-07 16:27:42 +01:00
parent 9710a19dbf
commit 6056ac134c
+1 -1
View File
@@ -12,7 +12,7 @@ class Trigger:
def config(self) -> TriggerTuple:
_config = self._config.get_trigger_by_name(self.name)
if _config is None:
raise MissingConfig(f"Trigger {self.name} hasn't been properly configures")
raise MissingConfig(f"Trigger {self.name} hasn't been properly configured")
return _config