diff --git a/scrapy_playwright/handler.py b/scrapy_playwright/handler.py index 29678eab..0363f2b2 100644 --- a/scrapy_playwright/handler.py +++ b/scrapy_playwright/handler.py @@ -583,7 +583,7 @@ async def _handle_response(response: PlaywrightResponse) -> None: raise err logger.debug( - "Waiting on dowload to finish for %s", + "Waiting on download to finish for %s", request.url, extra={ "spider": spider,