chore: correct typo docs (#13557)

Co-authored-by: futreall <ancur09@hotmail.com>
This commit is contained in:
Skylar Ray
2024-12-30 19:26:07 +02:00
committed by GitHub
parent e79199a3be
commit 00ad7f61d5
4 changed files with 5 additions and 5 deletions

View File

@ -47,7 +47,7 @@
//! ## Handling consensus messages
//!
//! Consensus message handling is performed by three main components:
//! 1. The [`EngineHandler`](engine::EngineHandler), which takes incoming consensus mesesages and
//! 1. The [`EngineHandler`](engine::EngineHandler), which takes incoming consensus messages and
//! manages any requested backfill or download work.
//! 2. The [`EngineApiRequestHandler`](engine::EngineApiRequestHandler), which processes messages
//! from the [`EngineHandler`](engine::EngineHandler) and delegates them to the