Skip to content

Commit bcd68df

Browse files
authored
Fix typo in SecureTokenService comment (#15448)
1 parent 25edb15 commit bcd68df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAuth/Sources/Swift/SystemService/SecureTokenService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ actor SecureTokenServiceInternal {
3838

3939
/// Makes a request to STS for an access token.
4040
///
41-
/// This handles both the case that the token has not been granted yet and that it just needs
41+
/// This handles both the case that the token has not been granted yet and that it just
4242
/// needs to be refreshed.
4343
///
4444
/// - Returns: Token and Bool indicating if update occurred.

0 commit comments

Comments
 (0)