From 3c0d29a56819b85f1301e9ab02a04e0ea55267fe Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Mon, 7 Oct 2024 11:19:39 +0200 Subject: [PATCH] fix typo --- book/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/introduction.md b/book/introduction.md index a892cd6a..e6637278 100644 --- a/book/introduction.md +++ b/book/introduction.md @@ -5,7 +5,7 @@ OP Succinct transforms any OP Stack rollup into a [fully type-1 ZK rollup](https://vitalik.eth.limo/general/2022/08/04/zkevm.html) using SP1. OP Succinct provides: - **1 hour finality** secured by ZKPs, a dramatic improvement over the 7-day withdrawal window of standard OP Stack rollups. -- **Unlimited customization** for rollup modifications in pure Rust and easy maitainability. +- **Unlimited customization** for rollup modifications in pure Rust and easy maintainability. - **Cost-effective proving** with an average cost of proving only fractions of cent per transaction (with an expected 5-10x improvement by EOY), thanks to SP1's blazing fast performance. All of this has been possible thanks to close collaboration with the core team at [OP Labs](https://www.oplabs.co/).