Skip to content

Commit 09eba64

Browse files
authored
Nits
1 parent 1aa2429 commit 09eba64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/how-to/address-ipfs-on-web.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ One downside of HTTP gateways is centralization. Location-based addressing of a
6262

6363
Long term, deserialized responses returned by a public HTTP gateway are used only as a fallback when no native implementation of IPFS is available.
6464

65-
IPFS clients, user agents, tools and extensions should detect CIDs in URLs, DNSlinks or IPFS content paths and resolve them directly over the IPFS protocol. This ensures that the retrieved data matches the expected hash.
65+
IPFS clients, user agents, tools and extensions should detect CIDs in URLs, DNSLinks or IPFS content paths and resolve them directly over the IPFS protocol. This ensures that the retrieved data matches the expected hash.
6666

6767
Examples of user agents that support IPFS natively are:
6868

@@ -260,7 +260,7 @@ ipfs://bafybeiemxf5abjwjbikoz4mc3a3dla6ual3jsgpdr4cjr3oz3evfyavhwq/wiki/Vincent_
260260

261261
::: warning Avoid case-sensitive CID
262262
Some user agents will force-lowercase the CID component of URL-like address.
263-
To ensure interopability with existing libraries and software, use case-insensitive CID encoding. Use of CIDv1 in Base32 or Base36 is advised.
263+
To ensure interoperability with existing libraries and software, use case-insensitive CID encoding. Use of CIDv1 in Base32 or Base36 is advised.
264264
:::
265265

266266
### Turning native address to a canonical content path

0 commit comments

Comments
 (0)