From 14b270f3bd0437f8c7953d5bea448ff92a0acdc2 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Thu, 9 Feb 2023 14:33:24 +0100 Subject: [PATCH 1/3] Fix: typos --- vue-app/src/locales/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vue-app/src/locales/en.json b/vue-app/src/locales/en.json index fc17afd22..ea480a21f 100644 --- a/vue-app/src/locales/en.json +++ b/vue-app/src/locales/en.json @@ -78,7 +78,7 @@ "li-3-link": "Browse projects", "li-3-text": " and add some to your cart, adjusting your contributions to the amount of {nativeTokenSymbol} you want.", "li-4": "When you're ready, open your cart, click contribute, and confirm the transactions to complete your contributions!", - "paragraph": "Note: you can only contribute once. After submitting your contributions, you can reallocate them as much as you would like before of the reallocation phase but you cannot add more funds to your total contribution amount.", + "paragraph": "Note: you can only contribute once. After submitting your contributions, you can reallocate them as much as you would like before the reallocation phase but you cannot add more funds to your total contribution amount.", "li-5": "You can add and remove projects.", "li-6": " Your reallocation total must be less than or equal to the total (if it's less, the rest will go to the matching pool)." }, @@ -403,7 +403,7 @@ "p3": "Compared to 1-person-1-vote, quadratic funding lets the person who lives in Florida full-time, and cares twice as much about the vote's outcome than the person who lives in Florida half-time, have more influence:", "li3": "1-person-1-vote: the two Florida voters have equal influence", "li4": " Quadratic funding: the full-time Florida resident, who cares twice as much, pays twice as much, and as a result gets 2^(1/2) times the influence of the half-time resident", - "p4": " (It's important to note that while these example are a good demonstration of the argument for quadratic funding, they do over-simplify these situations, which are as sociological as they are mathematical.)" + "p4": " (It's important to note that while these examples are a good demonstration of the argument for quadratic funding, they do over-simplify these situations, which are as sociological as they are mathematical.)" }, "resources": { "h2": "Quadratic Funding Resources", @@ -712,7 +712,7 @@ "paragraph-2": "Using MACI, a zero-knowledge technology, it's impossible to prove how you contributed. This drives bribers insane because they have no idea whether you actually did what they bribed you to do!", "link-2": "About MACI", "subtitle-3": "Built using the CLR protocol", - "paragraph-3": "clr.fund is a protocol for efficiently allocating funds to public goods that benefit the Ethereum Network according to the prefences of the Ethereum Community.", + "paragraph-3": "clr.fund is a protocol for efficiently allocating funds to public goods that benefit the Ethereum Network according to the preferences of the Ethereum Community.", "link-3": "About clr.fund" }, "footer": { From 1ad6d22b348597befd0d6ec591834ea06bd7e10e Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Thu, 9 Feb 2023 14:34:54 +0100 Subject: [PATCH 2/3] Fix: typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de5137d0b..88c41e594 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Several solutions have been suggested, such as having the operator’s private k #### Single Token -For simplicity's sake in the contract, the zk-SNARK, and the user interface, clr.fund selects an ERC20 token as it's native token (set by the contract owner), which is the only token that the funding round contract interacts with. This is an issue given our goal of being agnostic to the funding source. +For simplicity's sake in the contract, the zk-SNARK, and the user interface, clr.fund selects an ERC20 token as its native token (set by the contract owner), which is the only token that the funding round contract interacts with. This is an issue given our goal of being agnostic to the funding source. For example, block reward funding would be in ETH, while many users may want to contribute DAI or other ERC20 tokens. @@ -116,7 +116,7 @@ docker-compose up And finally, in a 3rd terminal ```sh -# this will complie and deploy the contracts + deploy the subgraph + build and run the vue app +# this will compile and deploy the contracts + deploy the subgraph + build and run the vue app yarn start:dev ``` From 99bc8db60181a280d0503c9b2998520168ab22f3 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Thu, 9 Feb 2023 14:36:27 +0100 Subject: [PATCH 3/3] Fix: typo --- docs/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment.md b/docs/deployment.md index e97a61421..1c51b9c18 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -21,7 +21,7 @@ NATIVE_TOKEN_ADDRESS= ### Deploy the subgraph -Currently, we are using the [Hosted Service](https://thegraph.com/docs/en/hosted-service/what-is-hosted-service/). First, check out the official instructions to authenicate using the Graph CLI https://thegraph.com/docs/en/hosted-service/deploy-subgraph-hosted/ and create a new subgraph. +Currently, we are using the [Hosted Service](https://thegraph.com/docs/en/hosted-service/what-is-hosted-service/). First, check out the official instructions to authenticate using the Graph CLI https://thegraph.com/docs/en/hosted-service/deploy-subgraph-hosted/ and create a new subgraph. Inside `/subgraph`: