Skip to content

Commit eb54ea5

Browse files
committed
refine local access
1 parent 385d149 commit eb54ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ In this stage, an IPFS node fetches the blocks of the CID and constructs the Mer
4747

4848
- **Verification:** The IPFS node verifies the blocks fetched by hashing them and ensuring that the resulting hash is correct. Note that this type of retrieval is _trustless_; that is, blocks can come from any node in the network.
4949

50-
- **Local access:** Once all blocks are present the data is successfully replicated locally.
50+
- **Local access:** Once all blocks of the DAG with the requested CID are successfully replicated locally, the data is available for local access.
5151

5252
## Learn more
5353

0 commit comments

Comments
 (0)