From 9a65d8fc31538c09ea6403df19fceff46c0b15cf Mon Sep 17 00:00:00 2001 From: Gopye <121907984+Go-pye@users.noreply.github.com> Date: Mon, 12 Jun 2023 07:13:52 -0600 Subject: [PATCH] docs: fix typo in the Versioned Transaction docs (#32056) docs: fix typo Co-authored-by: sean delaney --- docs/src/developing/versioned-transactions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/developing/versioned-transactions.md b/docs/src/developing/versioned-transactions.md index eaf7902ae3..95c2073b21 100644 --- a/docs/src/developing/versioned-transactions.md +++ b/docs/src/developing/versioned-transactions.md @@ -64,7 +64,7 @@ curl http://localhost:8899 -X POST -H "Content-Type: application/json" -d \ }]}' ``` -## How create a Versioned Transaction +## How to create a Versioned Transaction Versioned transactions can be created similar to the older method of creating transactions. There are differences in using certain libraries that should be noted.