From b018e1f19a21cd4ac1486ebb58598775a4648725 Mon Sep 17 00:00:00 2001 From: joaolago1113 <22820692+joaolago1113@users.noreply.github.com> Date: Fri, 15 Dec 2023 17:12:05 +0000 Subject: [PATCH] Fixed grammatical errors and typo in documentation: Added 'the' before 'Solana blockchain', changed 'uses open/close architecture' to 'uses an open/close architecture', and corrected 'belows' to 'below'. --- governance/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/governance/README.md b/governance/README.md index ac8fead582c..effcc56f9fd 100644 --- a/governance/README.md +++ b/governance/README.md @@ -1,7 +1,7 @@ # SPL Governance SPL Governance is a program the chief purpose of which is to provide core building blocks and primitives to create -Decentralized Autonomous Organizations (DAOs) on Solana blockchain. +Decentralized Autonomous Organizations (DAOs) on the Solana blockchain. The program is DAO type and asset type agnostic and can be used to build any type of DAOs which can own and manage any type of assets. @@ -15,7 +15,7 @@ a Multisig upgrade authority for Solana programs ## Architecture -The program is modular and uses open/close architecture where individual parts of the program's +The program is modular and uses an open/close architecture where individual parts of the program's behavior can be customized through external plugins. For example the default implementation of the program takes deposits of the governance tokens in exchange for @@ -73,7 +73,7 @@ Discord server: [spl-governance-discord](https://discord.gg/VsPbrK2hJk) ## Program Accounts -The diagram belows shows an illustrative configuration of the program accounts when used to control upgrades +The diagram below shows an illustrative configuration of the program accounts when used to control upgrades of multiple programs through proposals ![Accounts diagram](./resources/governance-accounts.jpg)