Skip to content

Commit 6039e0b

Browse files
authored
docs: fix the word unavailable (#14508)
1 parent d610f4d commit 6039e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseMessaging/Tests/UnitTestsSwift/FIRMessagingAPITest.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func apis() {
8585
@unknown default: ()
8686
}
8787

88-
// TODO: Mark the initializer as unavialable, as devs shouldn't be able to instantiate this.
88+
// TODO: Mark the initializer as unavailable, as devs shouldn't be able to instantiate this.
8989
_ = MessagingMessageInfo().status
9090

9191
NotificationCenter.default.post(name: .MessagingRegistrationTokenRefreshed, object: nil)

0 commit comments

Comments
 (0)