From c993dfdb1abba91394533982569fc6b8a6713f0b Mon Sep 17 00:00:00 2001 From: grandfather Date: Sat, 18 Jan 2025 15:39:35 +0100 Subject: [PATCH] typo fix 03-txs.md --- versioned_docs/version-0.50/user/run-node/03-txs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-0.50/user/run-node/03-txs.md b/versioned_docs/version-0.50/user/run-node/03-txs.md index 106f02e8e..f459acb88 100644 --- a/versioned_docs/version-0.50/user/run-node/03-txs.md +++ b/versioned_docs/version-0.50/user/run-node/03-txs.md @@ -269,7 +269,7 @@ func sendTx() error { ### Broadcasting a Transaction -The preferred way to broadcast a transaction is to use gRPC, though using REST (via `gRPC-gateway`) or the CometBFT RPC is also posible. An overview of the differences between these methods is exposed [here](../../learn/advanced/06-grpc_rest.md). For this tutorial, we will only describe the gRPC method. +The preferred way to broadcast a transaction is to use gRPC, though using REST (via `gRPC-gateway`) or the CometBFT RPC is also possible. An overview of the differences between these methods is exposed [here](../../learn/advanced/06-grpc_rest.md). For this tutorial, we will only describe the gRPC method. ```go import (