Skip to content

Commit 15cf7e5

Browse files
authored
Apply suggestions from code review
1 parent 9c1038c commit 15cf7e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how-to/ipfs-in-web-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ From a high level, there are several ways to retrieve data with IPFS in web appl
8181

8282
For data to be retrievable by other peers on [IPFS Mainnet](../concepts/glossary.md#ipfs-mainnet) it will need to be uploaded to a pinning service or an IPFS node.
8383

84-
When possible, it's best to rely on client-side merklization to address data by CID and then upload it to a pinning service or a node. [CAR files](#car-files) are a great way to do this, though they are not supported by all pinning services.
84+
When possible, it's best to rely on client-side merkleization to address data by CID and then upload it to a pinning service or a node. [CAR files](#car-files) are a great way to do this, though they are not supported by all pinning services.
8585

8686
### You probably don't want to provide data from a browser
8787

0 commit comments

Comments
 (0)