Skip to content

Commit 788c8d4

Browse files
authored
docs: fix typos in firebase sessions (#15248)
1 parent d5e2284 commit 788c8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseSessions/Sources/SessionInitiator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class SessionInitiator {
5151

5252
let notificationCenter = NotificationCenter.default
5353
#if os(iOS) || os(tvOS) || os(visionOS)
54-
// Change background update event listerner for iPadOS 26 multi-windowing supoort
54+
// Change background update event listener for iPadOS 26 multi-windowing support
5555
if #available(iOS 26, *), GULAppEnvironmentUtil.appleDevicePlatform().contains("ipados") {
5656
notificationCenter.addObserver(
5757
self,

0 commit comments

Comments
 (0)