Bläddra i källkod

Fix typo in SecureTokenService comment (#15448)

Tatsuyuki Kobayashi 5 månader sedan
förälder
incheckning
bcd68df70c
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      FirebaseAuth/Sources/Swift/SystemService/SecureTokenService.swift

+ 1 - 1
FirebaseAuth/Sources/Swift/SystemService/SecureTokenService.swift

@@ -38,7 +38,7 @@ actor SecureTokenServiceInternal {
 
   /// Makes a request to STS for an access token.
   ///
-  /// This handles both the case that the token has not been granted yet and that it just needs
+  /// This handles both the case that the token has not been granted yet and that it just
   /// needs to be refreshed.
   ///
   /// - Returns: Token and Bool indicating if update occurred.