From 4d4d9859a29da916008f963d1b2812c642ab98e5 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Sun, 19 Nov 2023 09:41:58 +0100 Subject: [PATCH] fix: typos (#91) --- src/anchor_references/cli.md | 4 ++-- src/prerequisites/useful_resources.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/anchor_references/cli.md b/src/anchor_references/cli.md index 3dd97ea..f8eca22 100644 --- a/src/anchor_references/cli.md +++ b/src/anchor_references/cli.md @@ -74,7 +74,7 @@ anchor deploy Deploys all programs in the workspace to the configured cluster. ::: tip Note -This is different from the `solana program deploy` command, because everytime it's run +This is different from the `solana program deploy` command, because every time it's run it will generate a *new* program address. ::: @@ -94,7 +94,7 @@ If run with the `--program-name` option, expand only the given program. The `idl` subcommand provides commands for interacting with interface definition files. It's recommended to use these commands to store an IDL on chain, at a deterministic -address, as a function of nothing but the the program's ID. This +address, as a function of nothing but the program's ID. This allows us to generate clients for a program using nothing but the program ID. ### Idl Init diff --git a/src/prerequisites/useful_resources.md b/src/prerequisites/useful_resources.md index bc19fce..2e561e4 100644 --- a/src/prerequisites/useful_resources.md +++ b/src/prerequisites/useful_resources.md @@ -5,4 +5,4 @@ This guide assumes that you already have some knowledge of basic Rust. We recomm ## Solana -The next chapter explains some of the basic concepts required to make it through this book. That said, our intro chapter currently only briefly covers the basics, so we also recommend checking out the the official [Solana developers page](https://solana.com/developers). +The next chapter explains some of the basic concepts required to make it through this book. That said, our intro chapter currently only briefly covers the basics, so we also recommend checking out the official [Solana developers page](https://solana.com/developers).