From b67a5bb3b9dbb03db51919ac4b30064e48a96471 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Sun, 13 Feb 2022 16:15:53 +0000 Subject: [PATCH] fix typo (#23107) (#23108) (cherry picked from commit 22a2a4252a527c52b08574bc620bb38a77c7801e) Co-authored-by: thepalmtrees <96289385+thepalmtrees@users.noreply.github.com> --- docs/src/developing/clients/javascript-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/developing/clients/javascript-api.md b/docs/src/developing/clients/javascript-api.md index ff8a6a19e8..3469f6b1c7 100644 --- a/docs/src/developing/clients/javascript-api.md +++ b/docs/src/developing/clients/javascript-api.md @@ -147,7 +147,7 @@ sendAndConfirmTransaction( ); ``` -The above code takes in a `TransactionInstruction` using `SystemProgram`, creates a `Transaction`, and sends it over the network. You use `Connection` in order to define with Solana network you are connecting to, namely `mainnet-beta`, `testnet`, or `devnet`. +The above code takes in a `TransactionInstruction` using `SystemProgram`, creates a `Transaction`, and sends it over the network. You use `Connection` in order to define which Solana network you are connecting to, namely `mainnet-beta`, `testnet`, or `devnet`. ### Interacting with Custom Programs