Fix typo in docs/cli/deploy-a-program (#20097) (#20098)

(cherry picked from commit 3d0db28d12)

Co-authored-by: Christoph Michel <MrToph@users.noreply.github.com>
This commit is contained in:
mergify[bot]
2021-09-22 01:46:58 +00:00
committed by GitHub
parent 55f27d5c26
commit f51ee23837

View File

@ -279,7 +279,7 @@ $ sha256sum extended.so dump.so
### Using an intermediary Buffer account
Instead of deploying directly to the program account, the program can be written
to an intermediary buffer account. Intermediary accounts can useful for things
to an intermediary buffer account. Intermediary accounts can be useful for things
like multi-entity governed programs where the governing members fist verify the
intermediary buffer contents and then vote to allow an upgrade using it.