diff --git a/consoleme/lib/notifications/models.py b/consoleme/lib/notifications/models.py index bb88247eb..fa81203f0 100644 --- a/consoleme/lib/notifications/models.py +++ b/consoleme/lib/notifications/models.py @@ -85,7 +85,7 @@ class ConsoleMeUserNotification(BaseModel): hidden_for_all: bool = Field( False, description=( - "Notification is `marked as hidden` for all users, and will not appear in the notificaiton list for " + "Notification is `marked as hidden` for all users, and will not appear in the notification list for " "any user." ), )