From aab31ffbeb0d04b882d00609d96d3f5e5d33ef95 Mon Sep 17 00:00:00 2001 From: Anthony Date: Thu, 5 Dec 2024 10:32:53 -0800 Subject: [PATCH] Fix bug with notification HTML (#11827) Noticed this polling the notification HTML tags we're depending on --- readthedocs/config/notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs/config/notifications.py b/readthedocs/config/notifications.py index d3334390d00..954c3bd5f19 100644 --- a/readthedocs/config/notifications.py +++ b/readthedocs/config/notifications.py @@ -154,7 +154,7 @@ body=_( textwrap.dedent( """ - The name of the package {{pacakge}} is invalid. + The name of the package {{pacakge}} is invalid. """ ).strip(), ),