From 3d0db28d120f17f012b9174aecba2d9f019f77b7 Mon Sep 17 00:00:00 2001 From: Christoph Michel Date: Tue, 21 Sep 2021 23:50:42 +0200 Subject: [PATCH] Fix typo in docs/cli/deploy-a-program (#20097) --- 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.