Skip to content

Commit ce79cbd

Browse files
lidel2color
andauthored
Apply suggestions from code review
Co-authored-by: Daniel Norman <[email protected]>
1 parent ed9c239 commit ce79cbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/http-gateways/libp2p-gateway.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ A reference `.well-known/libp2p/protocols` JSON body with mapping that assumes t
6565

6666
[Peer ID Authentication over HTTP](https://github.com/libp2p/specs/blob/master/http/peer-id-auth.md) is optional and SHOULD NOT be required by [Trustless Gateway](https://specs.ipfs.tech/http-gateways/trustless-gateway/) HTTP endpoint defined for `/ipfs/gateway` handler.
6767

68-
Client following the Trustless Gateway specification MUST verify each CID individually, without being concerned with peer identity.
68+
Clients following the Trustless Gateway specification MUST verify each CID individually, without being concerned with peer identity.
6969
PeerID authentication is not required for trustless retrieval and HTTP-only clients SHOULD work without it.
7070

7171
# Gateway Type Detection
7272

7373
The `/ipfs/gateway` protocol identifier is shared among all Gateway specifications.
7474

75-
HTTP server mounted behind the `/ipfs/gateway` identifier MUST expose the most basic [block (application/vnd.ipld.raw)](https://specs.ipfs.tech/http-gateways/trustless-gateway/#block-responses-application-vnd-ipld-raw)
75+
An HTTP server mounted behind the `/ipfs/gateway` identifier MUST expose the most basic [block (application/vnd.ipld.raw)](https://specs.ipfs.tech/http-gateways/trustless-gateway/#block-responses-application-vnd-ipld-raw)
7676
responses from :cite[trustless-gateway], but MAY also support other gateway types and features.
7777

7878
Client implementations SHOULD [perform feature detection](https://specs.ipfs.tech/http-gateways/trustless-gateway/#dedicated-probe-paths) on their own,

0 commit comments

Comments
 (0)