|
@@ -102,7 +102,7 @@ anchor deploy
|
|
|
Deploys all programs in the workspace to the configured cluster.
|
|
|
|
|
|
{% callout title="Tip" %}
|
|
|
-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.
|
|
|
{% /callout %}
|
|
|
|
|
@@ -122,7 +122,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
|