From c07e44520a97c2bed54918996f61fa7b402c426e Mon Sep 17 00:00:00 2001 From: David Wheatley Date: Fri, 4 Mar 2022 03:51:17 +0100 Subject: [PATCH] typo: somthing -> something (#820) --- resources/scripts/components/notifications/NotificationItem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/scripts/components/notifications/NotificationItem.vue b/resources/scripts/components/notifications/NotificationItem.vue index 246b7c0b..2a61b6ef 100644 --- a/resources/scripts/components/notifications/NotificationItem.vue +++ b/resources/scripts/components/notifications/NotificationItem.vue @@ -83,7 +83,7 @@ ? notification.message : success ? 'Successful' - : 'Somthing went wrong' + : 'Something went wrong' }}