From a1c5e6ac8b8f46f0c827792c0b0eb5cce45f191e Mon Sep 17 00:00:00 2001 From: "Robson D. Montenegro" Date: Sun, 3 Jun 2018 21:52:51 +0100 Subject: [PATCH] fix: typo --- requests_html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requests_html.py b/requests_html.py index ea8f3bd..8470f40 100644 --- a/requests_html.py +++ b/requests_html.py @@ -528,7 +528,7 @@ class HTML(BaseParser): {'width': 800, 'height': 600, 'deviceScaleFactor': 1} Warning: If you use keep_page, you're responsable for closing each page, since - opening to many at scale may crach the browser. + opening to many at scale may crash the browser. Warning: the first time you run this method, it will download Chromium into your home directory (``~/.pyppeteer``).