Skip to content

Commit

Permalink
Fixed grammatical errors and typo in documentation: Added 'the' befor…
Browse files Browse the repository at this point in the history
…e 'Solana blockchain', changed 'uses open/close architecture' to 'uses an open/close architecture', and corrected 'belows' to 'below'.
  • Loading branch information
joaolago1113 committed Dec 15, 2023
1 parent 343886f commit b018e1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions governance/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit b018e1f

Please sign in to comment.