Skip to content

Commit ea997e3

Browse files
authored
Merge pull request #15962 from jorgesumle/dev
Fix typo from 'Using Ethereum for web2 authentication'
2 parents cbffe1f + 5973083 commit ea997e3

File tree

1 file changed

+1
-1
lines changed
  • public/content/developers/tutorials/ethereum-for-web2-auth

1 file changed

+1
-1
lines changed

public/content/developers/tutorials/ethereum-for-web2-auth/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ Get the request ID, and delete the nonce from `nonces` to make sure it cannot be
644644
try {
645645
```
646646
647-
Becasue there are so many ways in which the signature can be invalid, we wrap this in a `try ... catch` block to catch any thrown errors.
647+
Because there are so many ways in which the signature can be invalid, we wrap this in a `try ... catch` block to catch any thrown errors.
648648
649649
```typescript
650650
const validSignature = await verifyMessage({

0 commit comments

Comments
 (0)