Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions specs/exec-engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**

- [Depositited transaction processing](#depositited-transaction-processing)
- [Deposited transaction processing](#deposited-transaction-processing)
- [Deposited transaction boundaries](#deposited-transaction-boundaries)
- [Engine API](#engine-api)
- [`engine_forkchoiceUpdatedV1`](#engine_forkchoiceupdatedv1)
Expand All @@ -20,7 +20,7 @@

This document outlines the modifications, configuration and usage of a L1 execution engine for L2.

## Depositited transaction processing
## Deposited transaction processing

The Engine interfaces abstract away transaction types with [EIP-2718][eip-2718].

Expand Down