diff --git a/kstreams/prometheus/monitor.py b/kstreams/prometheus/monitor.py index 0ac1582c..7079233c 100644 --- a/kstreams/prometheus/monitor.py +++ b/kstreams/prometheus/monitor.py @@ -68,7 +68,7 @@ def start(self) -> None: self._task = asyncio.create_task(self._metrics_task()) async def stop(self) -> None: - logger.info("Stoping Prometheus metrics...") + logger.info("Stopping Prometheus metrics...") self.running = False if self._task is not None: