Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 committed Jul 20, 2024
1 parent 7f145c1 commit 90e188c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ParseSwift/Protocols/ParseHookTriggerable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 90e188c

Please sign in to comment.