浏览代码

Fix typo in SecureTokenService comment (#15448)

Tatsuyuki Kobayashi 5 月之前
父节点
当前提交
bcd68df70c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.