From f51ee23837d4c77ab189d62c23aaa5b2dcd431f3 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 01:46:58 +0000 Subject: [PATCH] Fix typo in docs/cli/deploy-a-program (#20097) (#20098) (cherry picked from commit 3d0db28d120f17f012b9174aecba2d9f019f77b7) Co-authored-by: Christoph Michel --- docs/src/cli/deploy-a-program.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/cli/deploy-a-program.md b/docs/src/cli/deploy-a-program.md index d8de62fcbd..3e1f2e4742 100644 --- a/docs/src/cli/deploy-a-program.md +++ b/docs/src/cli/deploy-a-program.md @@ -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.