Skip to content

Commit 3d18b36

Browse files
authored
fix typos
1 parent f8eb47e commit 3d18b36

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

0 commit comments

Comments
 (0)