Skip to content

Commit 1e73bdf

Browse files
Update src/content/developers/docs/scaling/index.md
Co-authored-by: Paul Wackerow <[email protected]>
1 parent ca9b07c commit 1e73bdf

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/docs/scaling

1 file changed

+1
-1
lines changed

src/content/developers/docs/scaling/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Rollups perform transaction execution outside layer 1 and then the data is poste
5656

5757
There are two types of rollups with different security models:
5858

59-
- **Optimistic rollups**: assume transactions are valid by default and only run the computation, via a [**fraud proof**](/glossary/#fraud-proof), in the event of a challenge. [More on Optimistic rollups](/developers/docs/scaling/optimistic-rollups/).
59+
- **Optimistic rollups**: assumes transactions are valid by default and only runs computation, via a [**fraud proof**](/glossary/#fraud-proof), in the event of a challenge. [More on Optimistic rollups](/developers/docs/scaling/optimistic-rollups/).
6060
- **Zero-knowledge rollups**: runs computation off-chain and submits a [**validity proof**](/glossary/#validity-proof) to the chain. [More on zero-knowledge rollups](/developers/docs/scaling/zk-rollups/).
6161

6262
#### State channels {#channels}

0 commit comments

Comments
 (0)