Skip to content

Commit

Permalink
fix: typos (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
omahs authored Nov 19, 2023
1 parent 59eb7c2 commit 4d4d985
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/anchor_references/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
:::

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/prerequisites/useful_resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 4d4d985

Please sign in to comment.