From 1de5afc1a7155ae91c809f7234d8214bdc8d9f15 Mon Sep 17 00:00:00 2001 From: Lixeiden <91500037+Lixeiden@users.noreply.github.com> Date: Thu, 16 Feb 2023 09:07:41 +0200 Subject: [PATCH] Typo at apps.py (#227) injeted > injected --- dpaste/apps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dpaste/apps.py b/dpaste/apps.py index 4e045d5..ddd693d 100644 --- a/dpaste/apps.py +++ b/dpaste/apps.py @@ -33,7 +33,7 @@ class dpasteAppConfig(AppConfig): # HTML content injected in the About page EXTRA_POST_ABOUT = "" - # HTML content injeted after the "New snippet" form + # HTML content injected after the "New snippet" form EXTRA_POST_NEW = "" # HTML content injected at the end of every form