From 643dea9b90834aa0e8804fba47e57abda367e5a2 Mon Sep 17 00:00:00 2001 From: Woolfgm <160153877+Dahka2321@users.noreply.github.com> Date: Tue, 17 Dec 2024 03:37:54 +0100 Subject: [PATCH] Fix typos and improve documentation clarity (#4949) * Update readme.md * Update README.md * Update src/plugins/progress/readme.md --------- Co-authored-by: Less --- src/plugins/progress/readme.md | 4 ++-- src/plugins/projectGalaxy/README.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/plugins/progress/readme.md b/src/plugins/progress/readme.md index 0afeb086faf4..878c4f44f567 100644 --- a/src/plugins/progress/readme.md +++ b/src/plugins/progress/readme.md @@ -2,14 +2,14 @@ ## Keep Track of [Snapshot.org](http://Snapshot.org) Proposal Progress -Progress is a small and simple plugin for [Snapshot.org](http://Snapshot.org) that allows Spaces to inform DAO members the progress of a proposal _after_ voting has completed - how a proposal is progressing in being executed. Often, finding this information requires monitoring notificatiosn on Discord, Telegram and Twitter - what if we could just check back right at the source of the proposal on Snapshot? Yes please. +Progress is a small and simple plugin for [Snapshot.org](http://snapshot.org) that allows Spaces to inform DAO members the progress of a proposal _after_ voting has completed - how a proposal is progressing in being executed. Often, finding this information requires monitoring notifications on Discord, Telegram and Twitter - what if we could just check back right at the source of the proposal on Snapshot? Yes please. ## Features - Creation of New Steps - Marking of steps as 'Completed' - Deletion of Steps (Only allowed for steps yet to be 'Completed') -- Web3 Signature Authetication +- Web3 Signature Authentication - Cool loading spinners ## Who can add, complete, and delete steps? diff --git a/src/plugins/projectGalaxy/README.md b/src/plugins/projectGalaxy/README.md index 6df3ff8f2e99..9906bc26fde4 100644 --- a/src/plugins/projectGalaxy/README.md +++ b/src/plugins/projectGalaxy/README.md @@ -2,7 +2,7 @@ Created time: July 21, 2022 5:51 PM -The **Galxe Plugin is designed for Snapshot.org. This will incentive communities to participate in the proposal vote by rewarding them with OATs (On-Chain Achievement Tokens). Space Admin can add this plugin into your space. After users vote, they can claim an OAT directly from the Galxe Plugin section on the proposal page.** +The **Galxe Plugin is designed for Snapshot.org. This will incentivize communities to participate in the proposal vote by rewarding them with OATs (On-Chain Achievement Tokens). Space Admin can add this plugin into your space. After users vote, they can claim an OAT directly from the Galxe Plugin section on the proposal page.** ### 1. Preparation @@ -25,9 +25,9 @@ _Specific JSON format like this, and you could use more than 1 OAT in your space ```javascript { "oats": { - "": "/campain/", - "": "/campain/", - "": "/campain/", + "": "/campaign/", + "": "/campaign/", + "": "/campaign/", } } ```