diff --git a/requests_html.py b/requests_html.py
index 48e7fb2..03f0edf 100644
--- a/requests_html.py
+++ b/requests_html.py
@@ -771,7 +771,7 @@ class BaseSession(requests.Session):
def response_hook(self, response, **kwargs) -> HTMLResponse:
- """ Change response enconding and replace it by a HTMLResponse. """
+ """ Change response encoding and replace it by a HTMLResponse. """
if not response.encoding:
response.encoding = DEFAULT_ENCODING
return HTMLResponse._from_response(response, self)