We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fa25d0 commit 46f2a90Copy full SHA for 46f2a90
FirebaseAuth/Sources/Swift/User/User.swift
@@ -1764,7 +1764,7 @@ extension User: NSSecureCoding {}
1764
requestConfiguration = AuthRequestConfiguration(apiKey: apiKey ?? "", appID: appID ?? "")
1765
1766
// This property will be overwritten later via the `user.auth` property update. For now, a
1767
- // placeholder is set as the property update should happen right after this intializer.
+ // placeholder is set as the property update should happen right after this initializer.
1768
backend = AuthBackend(rpcIssuer: AuthBackendRPCIssuer())
1769
1770
userProfileUpdate = UserProfileUpdate()
0 commit comments