Skip to content

Commit fcd0beb

Browse files
committed
2 parents 063d58f + ef9b7c1 commit fcd0beb

35 files changed

Lines changed: 54 additions & 54 deletions

docs/auth-provider-setup/byo-jwt-providers.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ console.log(token);
131131
// This is the public key used to verify the JWT. This is the key that is used to make JWKS.
132132
// Check out below to convert PEM to JWKS
133133
// Store it in gist, public folder or somewhere else that is accessible to the public.
134-
// like this enpoint: https://my-authz-server/.well-known/jwks.json
134+
// like this endpoint: https://my-authz-server/.well-known/jwks.json
135135
// Step 6. Create the JWT Verifier in Web3Auth Dashboard as per the above fields of JWT.
136136
```
137137

@@ -176,7 +176,7 @@ console.log(token);
176176
// This is the public key used to verify the JWT. This is the key that is used to make JWKS.
177177
// Check out below to convert PEM to JWKS
178178
// Store it in gist, public folder or somewhere else that is accessible to the public.
179-
// like this enpoint: https://my-authz-server/.well-known/jwks.json
179+
// like this endpoint: https://my-authz-server/.well-known/jwks.json
180180
// Step 6. Create the JWT Verifier in Web3Auth Dashboard as per the above fields of JWT.
181181
```
182182

docs/pnp/features/mfa.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ We offer the following backup factors under `mfaSettings`:
2929

3030
:::note Minimum SCALE plan required
3131

32-
This is a paid feature and the the minimum [pricing plan](https://web3auth.io/pricing.html) to use this SDK in a production environment is the **SCALE
32+
This is a paid feature and the minimum [pricing plan](https://web3auth.io/pricing.html) to use this SDK in a production environment is the **SCALE
3333
Plan**. You can use this feature in the development environment for free.
3434

3535
:::

docs/sdk/pnp/android/custom-authentication.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ First, configure your own verifier in the Web3Auth Dashboard to use custom authe
1818

1919
:::note
2020

21-
This is a paid feature and the the minimum [pricing plan](https://web3auth.io/pricing.html) to use this SDK in a production environment is the
21+
This is a paid feature and the minimum [pricing plan](https://web3auth.io/pricing.html) to use this SDK in a production environment is the
2222
**Growth Plan**. You can use this feature in the development environment for free.
2323

2424
:::

docs/sdk/pnp/android/mfa.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ screen will continue to appear if the user has enabled MFA on other dApps. This
3333

3434
:::note Minimum Growth plan required
3535

36-
This is a paid feature and the the minimum [pricing plan](https://web3auth.io/pricing.html) to use this SDK in a production environment is the
36+
This is a paid feature and the minimum [pricing plan](https://web3auth.io/pricing.html) to use this SDK in a production environment is the
3737
**Growth Plan**. You can use this feature in the development environment for free.
3838

3939
:::
@@ -86,7 +86,7 @@ class MainActivity : AppCompatActivity() {
8686

8787
:::note Minimum SCALE plan required
8888

89-
This is a paid feature and the the minimum [pricing plan](https://web3auth.io/pricing.html) to use this SDK in a production environment is the **SCALE
89+
This is a paid feature and the minimum [pricing plan](https://web3auth.io/pricing.html) to use this SDK in a production environment is the **SCALE
9090
Plan**. You can use this feature in the development environment for free.
9191

9292
:::

docs/sdk/pnp/android/whitelabel.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ object called `whiteLabel`. This parameter takes object called `WhiteLabelData`.
1313

1414
:::note
1515

16-
This is a paid feature and the the minimum [pricing plan](https://web3auth.io/pricing.html) to use this SDK in a production environment is the
16+
This is a paid feature and the minimum [pricing plan](https://web3auth.io/pricing.html) to use this SDK in a production environment is the
1717
**Growth Plan**. You can use this feature in the development environment for free.
1818

1919
:::

docs/sdk/pnp/flutter/custom-authentication.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Check out how to create a **[Custom Verifier](/auth-provider-setup/verifiers)**
3232

3333
:::note
3434

35-
This is a paid feature and the the minimum [pricing plan](https://web3auth.io/pricing.html) to use this SDK in a production environment is the
35+
This is a paid feature and the minimum [pricing plan](https://web3auth.io/pricing.html) to use this SDK in a production environment is the
3636
**Growth Plan**. You can use this feature in the development environment for free.
3737

3838
:::

docs/sdk/pnp/flutter/mfa.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ recover your account if you lose access to your original device or helps login i
1616

1717
:::note Minimum Growth plan required
1818

19-
This is a paid feature and the the minimum [pricing plan](https://web3auth.io/pricing.html) to use this SDK in a production environment is the
19+
This is a paid feature and the minimum [pricing plan](https://web3auth.io/pricing.html) to use this SDK in a production environment is the
2020
**Growth Plan**. You can use this feature in the development environment for free.
2121

2222
:::
@@ -88,7 +88,7 @@ You can configure the order of MFA, and enable or disable MFA type by passing th
8888

8989
:::note Minimum SCALE plan required
9090

91-
This is a paid feature and the the minimum [pricing plan](https://web3auth.io/pricing.html) to use this SDK in a production environment is the **SCALE
91+
This is a paid feature and the minimum [pricing plan](https://web3auth.io/pricing.html) to use this SDK in a production environment is the **SCALE
9292
Plan**. You can use this feature in the development environment for free.
9393

9494
:::

docs/sdk/pnp/flutter/whitelabel.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For defining custom UI, branding, and translations for your brand app, you just
1313

1414
:::note
1515

16-
This is a paid feature and the the minimum [pricing plan](https://web3auth.io/pricing.html) to use this SDK in a production environment is the
16+
This is a paid feature and the minimum [pricing plan](https://web3auth.io/pricing.html) to use this SDK in a production environment is the
1717
**Growth Plan**. You can use this feature in the development environment for free.
1818

1919
:::

docs/sdk/pnp/ios/custom-authentication.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To use custom authentication, first you'll need to configure your own verifier i
1818

1919
:::note
2020

21-
This is a paid feature and the the minimum [pricing plan](https://web3auth.io/pricing.html) to use this SDK in a production environment is the
21+
This is a paid feature and the minimum [pricing plan](https://web3auth.io/pricing.html) to use this SDK in a production environment is the
2222
**Growth Plan**. You can use this feature in the development environment for free.
2323

2424
:::

docs/sdk/pnp/ios/mfa.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ device and also to recover their account if they lose their original device.
1313

1414
:::note Minimum Growth plan required
1515

16-
This is a paid feature and the the minimum [pricing plan](https://web3auth.io/pricing.html) to use this SDK in a production environment is the
16+
This is a paid feature and the minimum [pricing plan](https://web3auth.io/pricing.html) to use this SDK in a production environment is the
1717
**Growth Plan**. You can use this feature in the development environment for free.
1818

1919
:::
@@ -95,7 +95,7 @@ class ViewModel: ObservableObject {
9595

9696
:::note Minimum SCALE plan required
9797

98-
This is a paid feature and the the minimum [pricing plan](https://web3auth.io/pricing.html) to use this SDK in a production environment is the **SCALE
98+
This is a paid feature and the minimum [pricing plan](https://web3auth.io/pricing.html) to use this SDK in a production environment is the **SCALE
9999
Plan**. You can use this feature in the development environment for free.
100100

101101
:::

0 commit comments

Comments
 (0)