From 239d8312eebe0ba24ab08891dda0fa17b071a675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=C4=9Fuzhan=20O=C4=9Fuz?= <46710637+ozzy35410@users.noreply.github.com> Date: Thu, 13 Mar 2025 20:52:57 +0300 Subject: [PATCH] fix typo: change 'implement' to 'implements' in Op-besu description --- docs/op-besu-docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/op-besu-docs/index.md b/docs/op-besu-docs/index.md index 3932d5a..199bcd8 100644 --- a/docs/op-besu-docs/index.md +++ b/docs/op-besu-docs/index.md @@ -1,4 +1,4 @@ # Op-besu -[Op-besu](https://github.com/optimism-java/op-besu) is a fork of [Besu](https://github.com/hyperledger/besu) that implement the [execution engine](https://github.com/ethereum-optimism/specs/blob/main/specs/fjord/exec-engine.md) of [OP stack](https://stack.optimism.io/). You can check out the [architecture](https://docs.optimism.io/builders/node-operators/architecture) of OP Stack, op-besu is the equivalent of op-geth. +[Op-besu](https://github.com/optimism-java/op-besu) is a fork of [Besu](https://github.com/hyperledger/besu) that implements the [execution engine](https://github.com/ethereum-optimism/specs/blob/main/specs/fjord/exec-engine.md) of [OP stack](https://stack.optimism.io/). You can check out the [architecture](https://docs.optimism.io/builders/node-operators/architecture) of OP Stack, op-besu is the equivalent of op-geth.