diff --git a/aiogram/dispatcher/webhook.py b/aiogram/dispatcher/webhook.py index 4a7c8505..ba4a23e3 100644 --- a/aiogram/dispatcher/webhook.py +++ b/aiogram/dispatcher/webhook.py @@ -106,7 +106,7 @@ class BaseResponse: def prepare(self) -> typing.Dict: """ - You need to owerwrite this method. + You need to override this method. :return: response parameters dict """