Skip to content

Commit 26de963

Browse files
author
renkelvin
committed
typo
1 parent c3ca27e commit 26de963

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs-devsite/auth.auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ This will load the reCAPTCHA config, which indicates whether the reCAPTCHA verif
174174

175175
If initializeRecaptchaConfig() is not invoked, the auth flow will always start without reCAPTCHA verification. If the provider is configured to require reCAPTCHA verification, the SDK will transparently load the reCAPTCHA config and restart the auth flows.
176176

177-
Thus, by calling this optional method, you will reduce the latency of future auth flows. Loading the reCAPTCHA config early will also enhence the signal collected by reCAPTCHA.
177+
Thus, by calling this optional method, you will reduce the latency of future auth flows. Loading the reCAPTCHA config early will also enhance the signal collected by reCAPTCHA.
178178

179179
<b>Signature:</b>
180180

docs-devsite/auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ This will load the reCAPTCHA config, which indicates whether the reCAPTCHA verif
495495

496496
If initializeRecaptchaConfig() is not invoked, the auth flow will always start without reCAPTCHA verification. If the provider is configured to require reCAPTCHA verification, the SDK will transparently load the reCAPTCHA config and restart the auth flows.
497497

498-
Thus, by calling this optional method, you will reduce the latency of future auth flows. Loading the reCAPTCHA config early will also enhence the signal collected by reCAPTCHA.
498+
Thus, by calling this optional method, you will reduce the latency of future auth flows. Loading the reCAPTCHA config early will also enhance the signal collected by reCAPTCHA.
499499

500500
<b>Signature:</b>
501501

packages/auth/src/core/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export function setPersistence(
7575
* auth flows.
7676
*
7777
* Thus, by calling this optional method, you will reduce the latency of future auth flows.
78-
* Loading the reCAPTCHA config early will also enhence the signal collected by reCAPTCHA.
78+
* Loading the reCAPTCHA config early will also enhance the signal collected by reCAPTCHA.
7979
*
8080
* @example
8181
* ```javascript

packages/auth/src/model/public_types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ export interface Auth {
216216
* auth flows.
217217
*
218218
* Thus, by calling this optional method, you will reduce the latency of future auth flows.
219-
* Loading the reCAPTCHA config early will also enhence the signal collected by reCAPTCHA.
219+
* Loading the reCAPTCHA config early will also enhance the signal collected by reCAPTCHA.
220220
*
221221
* @example
222222
* ```javascript

0 commit comments

Comments
 (0)