Skip to content

Commit 19c0492

Browse files
committed
chore: apply suggestions from code review
1 parent 48267b3 commit 19c0492

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specifications/common/common.protocol.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ similar contexts that facilitate this approach to interoperability.
2020
[=Connectors=] implementing the [=Dataspace Protocol=] may operate on different versions and bindings. Therefore, it is
2121
necessary that they can discover such information reliably and unambiguously. Each [=Connector=]
2222
must provide a version metadata endpoint ending with URI segments `/.well-known/dspace-version`. The location of this
23-
endpoint should adhere to the [[rfc8615]].
23+
endpoint should adhere to [[rfc8615]].
2424

2525
A [=Connector=] must respond to a respective HTTPS request by returning a [`VersionResponse`](#VersionResponse-table)
2626
with at least one item. The item connects the version tag (`version` attribute) with a path to the endpoint.
@@ -52,7 +52,7 @@ determined by `protocol`, `version` and the `profile` array.
5252
## Discovery of Service Endpoints
5353

5454
A Participant may publicize their [=Data Services=], i.e., [=Connectors=], or [=Catalog Services=] via a DID document,
55-
see [[?did-core]]. In that case, the Participant MUST add at least one entry to the DID document's `service` array
55+
see [[?did-core]]. In this case, the Participant MUST add at least one entry to the DID document's `service` array
5656
adhering to the corresponding [JSON schema](message/schema/did-service-schema.json).
5757

5858
<aside class="example" title="Catalog Service Did Service Example">

0 commit comments

Comments
 (0)