From 90e188c32d2d555baaace51e2e52c76b24719399 Mon Sep 17 00:00:00 2001 From: Corey Baker Date: Sat, 20 Jul 2024 13:16:41 -0700 Subject: [PATCH] nit --- Sources/ParseSwift/Protocols/ParseHookTriggerable.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/ParseSwift/Protocols/ParseHookTriggerable.swift b/Sources/ParseSwift/Protocols/ParseHookTriggerable.swift index e735002d2..634d63a66 100644 --- a/Sources/ParseSwift/Protocols/ParseHookTriggerable.swift +++ b/Sources/ParseSwift/Protocols/ParseHookTriggerable.swift @@ -140,7 +140,7 @@ public extension ParseHookTriggerable { case .object(let parseObject): switch trigger { case .beforeLogin, .afterLogin, .afterLogout: - // BAKER: Handled this way to preserve Swifg backwards compatability. + // BAKER: Handled this way to preserve Swift backwards compatability. guard parseObject.className == BaseParseUser.className else { throw notSupportedError }