Skip to content

Commit

Permalink
docs: fix a typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MojtabaHs committed Dec 18, 2024
1 parent 0d569cf commit 195c3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FirebaseAuth/Sources/Swift/User/User.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1764,7 +1764,7 @@ extension User: NSSecureCoding {}
requestConfiguration = AuthRequestConfiguration(apiKey: apiKey ?? "", appID: appID ?? "")

// This property will be overwritten later via the `user.auth` property update. For now, a
// 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.
backend = AuthBackend(rpcIssuer: AuthBackendRPCIssuer())

userProfileUpdate = UserProfileUpdate()
Expand Down

0 comments on commit 195c3ca

Please sign in to comment.