Skip to content

Commit 7a14041

Browse files
committed
Fixing typos
1 parent 1069d65 commit 7a14041

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ For example in the physical world, when a tourist enters new a country, they typ
6060
Now, the tourist's passport has been provided by their own national government, so the border guard,
6161
as well as checking that the photo matches the recipient, is implicitly checking that a document provided by a third party is real, without necessarily directly contacting the country concerned.
6262

63-
With Verifiable credentials, a check for the validity of the document can be made based on the some sort of agreed cryptographic proof, the decoded document holds the claimed rights and also connects directly to both the subject of the credential (similar to the passport photograph) and the identity of the issuer (similar to the origin country of origin the passport itself). In both cases this identity needs to resolve to a unique id, where the id has been pre-generated by the owner.
63+
With Verifiable credentials, a check for the validity of the document can be made based on the some sort of agreed cryptographic proof, the decoded document holds the claimed rights and also connects directly to both the subject of the credential (similar to the passport photograph) and the identity of the issuer (similar to the origin country of origin the passport itself). In both cases this identity needs to resolve to a unique ID, where the ID has been pre-generated by the owner.
6464

6565

6666
## What are Decentralised Identifiers?
@@ -116,7 +116,7 @@ respectively.
116116
- The `vet` tenant which holds **Animal** data about new-born animals
117117

118118

119-
Within the data space, the **Vet** wishes to restrict access to her data to legitmate users only:
119+
Within the data space, the **Vet** wishes to restrict access to her data to legitimate users only:
120120

121121
- Those who have bought access to her data, who are accredited users of **Vets Mart**
122122
- Animal welfare officers who are legally alloweed access who are accredited by the national **Government**
@@ -232,9 +232,9 @@ console.log(`-- kty: EC, crv: secp256k1`)
232232
Since **Alice** works for the **Animal Welfare** department, she needs to have a verfiable credential to prove she
233233
works there to access the **Vet's** context broker.
234234

235-
The the **Animal Welfare** department `did:web:fiware.github.io:tutorials.Step-by-Step:animal-welfare` therefore issues **Alice**
235+
The **Animal Welfare** department `did:web:fiware.github.io:tutorials.Step-by-Step:animal-welfare` therefore issues **Alice**
236236
`did:web:fiware.github.io:tutorials.Step-by-Step:alice` a verifiable with an **Access Claim**.
237-
This can be signed using a private key. Credentials using the the fixed private key
237+
This can be signed using a private key. Credentials using the fixed private key
238238
`0b6366519a40eb4f384f7f84cf8bb716683ad1af8adbe60e59fe24ba042e396a` can be generated from the
239239
tutorial application at [http://localhost:3000/credentials](http://localhost:3000/credentials)
240240

0 commit comments

Comments
 (0)