From 6b972880ec4397a057bc8cc28db9113c780fd987 Mon Sep 17 00:00:00 2001 From: Filbert Nicholas <76145549+ValsheFN@users.noreply.github.com> Date: Fri, 20 Jun 2025 15:14:20 +0700 Subject: [PATCH] Fix typo --- .../en/developers/guides/checking-transaction-journey.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/en/developers/guides/checking-transaction-journey.mdx b/src/content/docs/en/developers/guides/checking-transaction-journey.mdx index fb42556b..42ad4a4e 100644 --- a/src/content/docs/en/developers/guides/checking-transaction-journey.mdx +++ b/src/content/docs/en/developers/guides/checking-transaction-journey.mdx @@ -22,8 +22,8 @@ _Diagram of Scroll transaction journey_ | Component | Role | |-----------------------|---------------------------------------------------| | User/DApp | Submits transaction. | -| Monitoring Service | Tracks transaction progress and logs events. | -| Scroll Internal Nodes | Peer nodes supporting network operations such as bootnodes or RPC node for internal backend services. | +| Monitoring Service | Logs events and tracks transaction progress | +| Scroll Internal Nodes | Peer nodes supporting network operations such as bootnodes or RPC nodes for internal backend services. | | Scroll Sequencer | Orders transactions into blocks. | | HTTP API | External access interface for monitoring service |