diff --git a/account-compression/programs/noop/README.md b/account-compression/programs/noop/README.md index dbb891255a4..7ebb949011d 100644 --- a/account-compression/programs/noop/README.md +++ b/account-compression/programs/noop/README.md @@ -6,7 +6,7 @@ # SPL Noop Rust SDK -This is crate provides a wrapper for invoking `spl-noop`, which does nothing. +This crate provides a wrapper for invoking `spl-noop`, which does nothing. It's primary use is circumventing log truncation when emitting application data by `invoke`-ing `spl-noop` with event data. `spl-noop` and this crate's implementation are targeted towards supporting [account-compression](https://github.com/solana-labs/solana-program-library/tree/master/account-compression) and may be subject to change. diff --git a/docs/README.md b/docs/README.md index ff77dbd1b33..bfce9f734e3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -11,7 +11,7 @@ $ npm install ### Local Development -This command starts a local development server and open up a browser window. +This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server. ``` diff --git a/docs/src/confidential-token/deep-dive/encryption.md b/docs/src/confidential-token/deep-dive/encryption.md index dc5cc75b6d8..f800499726a 100644 --- a/docs/src/confidential-token/deep-dive/encryption.md +++ b/docs/src/confidential-token/deep-dive/encryption.md @@ -16,7 +16,7 @@ ElGamal encryption scheme where a ciphertext is divided into two components: - A Pedersen commitment of the encrypted message. This component is independent of the public key. - A "decryption handle" that binds the encryption randomness with respect to a - specific ElGamal public key. This component is independent of the actually + specific ElGamal public key. This component is independent of the actual encrypted message. The structure of the twisted ElGamal ciphertexts simplifies their design of some diff --git a/docs/src/token-2022/extensions.mdx b/docs/src/token-2022/extensions.mdx index 153ff558d00..afe4f5a2102 100644 --- a/docs/src/token-2022/extensions.mdx +++ b/docs/src/token-2022/extensions.mdx @@ -13,7 +13,7 @@ accounts through an extension model. This guide explains all of the available extensions, along with some examples of how to use them. -Please see the [Token-2022 Introduction](../token-2022) more general information +Please see the [Token-2022 Introduction](../token-2022) for more general information about Token-2022 and the concept of extensions. ## Setup diff --git a/governance/NOTES.md b/governance/NOTES.md index 7e9c68098ec..bca43a84a8f 100644 --- a/governance/NOTES.md +++ b/governance/NOTES.md @@ -16,7 +16,7 @@ A DAO wallet is 1) PDA with no data, 2) derived from its governance account and If the intention is to manage a program, you should use the DAO wallet as the admin auth in your program -*Note: as of 2022-09-17 the UI is not up-to-date and it is sill allowing users to create the deprecated asset specific governances.* +*Note: as of 2022-09-17 the UI is not up-to-date and it is still allowing users to create the deprecated asset specific governances.* ### Signing transactions: Use the DAO Wallet diff --git a/governance/README.md b/governance/README.md index b1b0099973c..98336cf87b0 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. @@ -56,7 +56,7 @@ There are two UIs available which showcase the programs capabilities: It's a good starting point for developers to learn about the program and interact with it -- [Governance UI](https://github.com/solana-labs/governance-ui) project build together +- [Governance UI](https://github.com/solana-labs/governance-ui) project built together with the [MNGO](https://mango.markets/) team: [governance-ui](https://realms.today) This is advanced, user friendly and tasks oriented UI used by most of the existing DAOs on Solana @@ -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)