This commit is contained in:
amirhouieh
2022-10-10 12:16:47 +02:00
parent 1732cd8a86
commit c015f2839d
+2 -2
View File
@@ -30,13 +30,13 @@ import {TeamList} from '@site/src/components/mdx/TeamList';
<FeatureList>
<FeatureCard title={"Fast erasure coding"}
index={0}
text={"Codex uses high-performance Reed-Solomon encoding to guarantee the durabilitty of the datasets."}/>
text={"Codex uses high-performance Reed-Solomon encoding to guarantee the durability of the datasets."}/>
<FeatureCard title={"SNARK-based proof of retrivability"}
index={1}
text={"To implement space-efficient data retrievability, Codex leverages state-of-the-art SNARK-based proofs."}/>
<FeatureCard title={"Low-overhead lazy repair"}
index={2}
text={"Data repairs in Codex are grouped through lazy repair to decrease network bandwith overhead."}/>
text={"Data repairs in Codex are grouped through lazy repair to decrease network bandwidth overhead."}/>
</FeatureList>
## Resources