docs: fix typo in the Versioned Transaction docs (#32056)

docs: fix typo

Co-authored-by: sean delaney <notunderground@protonmail.com>
This commit is contained in:
Gopye 2023-06-12 07:13:52 -06:00 committed by GitHub
parent da5c64d9bf
commit 9a65d8fc31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.