Skip to content

Commit b99f2b5

Browse files
authored
typo and language fixes (#214)
* fix usage restriction language * fix typos in README.md
1 parent 243c1a7 commit b99f2b5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ and Pull Requests in the GitHub repository, discussions may also occur on the [p
99

1010
### Test Suite
1111

12-
A [docker](https://www.docker.com/)-based test suite for the specification can [be found here](https://github.com/w3c/vc-json-schema-test-suite). All impelementers are encouraged to add to the test suite.
12+
A [docker](https://www.docker.com/)-based test suite for the specification can [be found here](https://github.com/w3c/vc-json-schema-test-suite). All implementers are encouraged to add to the test suite.
1313

1414
### Building
1515

16-
To build, we use [respec](https://respec.org/).
16+
To build, we use [`respec`](https://respec.org/).
1717

18-
After installing respec, you can bulid the spec locally using the following command:
18+
After installing `respec`, you can build the spec locally using the following command:
1919

2020
```sh
2121
respec --localhost index.html out.html --verbose -e
@@ -27,4 +27,4 @@ Next open up `out.html` in a web browser and review the document.
2727
* [Public group email archive](https://lists.w3.org/Archives/Public/public-credentials/)
2828
* [VC Data Model](https://www.w3.org/TR/vc-data-model/)
2929
* [JSON Schema](https://json-schema.org/)
30-
* [Test Suite](https://github.com/w3c/vc-json-schema-test-suite)
30+
* [Test Suite](https://github.com/w3c/vc-json-schema-test-suite)

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,9 @@ <h3>JsonSchema</h3>
201201
</tbody>
202202
</table>
203203
</p>
204-
<p class="note" title="Restriction on the usage of the jsonSchema property">
205-
Usage of the <code><a href="#jsonschema-0">jsonSchema</a></code> property is restricted to
206-
situations where the <code>JsonSchema</code> class instance is the object of the <code>credentialSubject</code>
204+
<p class="note" title="Restriction on the use of the jsonSchema property">
205+
The <code><a href="#jsonschema-0">jsonSchema</a></code> property is only to be used
206+
when the <code>JsonSchema</code> class instance is the object of the <code>credentialSubject</code>
207207
property within a <code><a href="#jsonschemacredential">JsonSchemaCredential</a></code> instance.
208208
</p>
209209
<p>

0 commit comments

Comments
 (0)