Skip to content

Commit

Permalink
Merge pull request #631 from omahs/patch-1
Browse files Browse the repository at this point in the history
Fix: typos
  • Loading branch information
yuetloo authored Feb 13, 2023
2 parents 5d2157c + 99bc8db commit 5031752
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:

Expand Down
6 changes: 3 additions & 3 deletions vue-app/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)."
},
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 5031752

Please sign in to comment.