Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit b018e1f

Browse files
committed
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'.
1 parent 343886f commit b018e1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

governance/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPL Governance
22

33
SPL Governance is a program the chief purpose of which is to provide core building blocks and primitives to create
4-
Decentralized Autonomous Organizations (DAOs) on Solana blockchain.
4+
Decentralized Autonomous Organizations (DAOs) on the Solana blockchain.
55

66
The program is DAO type and asset type agnostic and can be used to build any type of DAOs
77
which can own and manage any type of assets.
@@ -15,7 +15,7 @@ a Multisig upgrade authority for Solana programs
1515

1616
## Architecture
1717

18-
The program is modular and uses open/close architecture where individual parts of the program's
18+
The program is modular and uses an open/close architecture where individual parts of the program's
1919
behavior can be customized through external plugins.
2020

2121
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)
7373

7474
## Program Accounts
7575

76-
The diagram belows shows an illustrative configuration of the program accounts when used to control upgrades
76+
The diagram below shows an illustrative configuration of the program accounts when used to control upgrades
7777
of multiple programs through proposals
7878

7979
![Accounts diagram](./resources/governance-accounts.jpg)

0 commit comments

Comments
 (0)