Skip to content

Commit 2ce73e1

Browse files
authored
Update README.md
1 parent 017ee20 commit 2ce73e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ console.log('Transaction receipt:', transaction.receipt);
179179

180180
The `revoke` function allows you to revoke an on-chain attestation. This function takes an object with the following properties:
181181

182-
- `schema`: The UID of the schema for which the attestation is being revoke.
182+
- `schema`: The UID of the schema for which the attestation is being revoked.
183183
- `data`: An object containing the following properties:
184184
- `uid`: The UID of the attestation to revoke.
185185
- `value`: (Optional) The ETH value that is being sent with the revocation.
@@ -325,7 +325,7 @@ console.log('Transaction receipt:', transaction.receipt);
325325

326326
The `revokeByDelegation` function allows you to create a delegated on-chain revocation for a specific attestation. This function takes an object with the following properties:
327327

328-
- `schema`: The UID of the schema for which the attestation is being revoke.
328+
- `schema`: The UID of the schema for which the attestation is being revoked.
329329
- `data`: An object containing the following properties:
330330
- `uid`: The UID of the attestation to revoke.
331331
- `value`: (Optional) The ETH value that is being sent with the revocation.
@@ -397,7 +397,7 @@ const transaction = await eas.timestamp(uid);
397397
await transaction.wait();
398398
```
399399

400-
To create a timestamp for a any piece of data, you can use the `timestamp` function provided by the EAS SDK. Here's an example:
400+
To create a timestamp for any piece of data, you can use the `timestamp` function provided by the EAS SDK. Here's an example:
401401

402402
```javascript
403403
import { EAS } from '@ethereum-attestation-service/eas-sdk';

0 commit comments

Comments
 (0)