From d7b1bd2daecd6ec82438ac2ef4b001e642c91b56 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Sun, 10 Jan 2021 12:49:48 -0600 Subject: [PATCH] Correct a typo in executor.py (#489) --- aiogram/utils/executor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiogram/utils/executor.py b/aiogram/utils/executor.py index 1b5b0b0b..35107975 100644 --- a/aiogram/utils/executor.py +++ b/aiogram/utils/executor.py @@ -155,7 +155,7 @@ class Executor: def set_web_app(self, application: web.Application): """ - Change instance of aiohttp.web.Applicaton + Change instance of aiohttp.web.Application :param application: """