Skip to content

Commit 54b258c

Browse files
committed
update comments
1 parent 7adaa26 commit 54b258c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/app-check/src/providers.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ export class ReCaptchaEnterpriseProvider implements AppCheckProvider {
9999
private _app?: FirebaseApp;
100100
private _platformLoggerProvider?: Provider<'platform-logger'>;
101101
/**
102-
* Create a ReCaptchaV3Provider instance.
103-
* @param siteKey - ReCAPTCHA V3 siteKey.
102+
* Create a ReCaptchaEnterpriseProvider instance.
103+
* @param siteKey - reCAPTCHA Enterprise score-based site key.
104104
*/
105105
constructor(private _siteKey: string) {}
106106

0 commit comments

Comments
 (0)