Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: typos #10992

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/GRANTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ for one signature. If you are donating DAI and ETH, it will ask for two signatur
After those signatures are received, the transfers are executed so the funds are in your Gitcoin
zkSync account. From there, all transfers of funds to grant owners are fired off in a rapid process
that only takes a few seconds. Any leftover funds in the Gitcoin zkSync account (typically due to
our conservative estimates of what zkSync trasfer fees will be) are transferred back to your regular
our conservative estimates of what zkSync transfer fees will be) are transferred back to your regular
zkSync account so you can access them at https://wallet.zksync.io/.

If you do not have enough funds in your zkSync account to complete checkout, the flow is as follows:
Expand Down Expand Up @@ -128,7 +128,7 @@ It works as follows:

grants is built upon [EIP 1337](https://1337alliance.org).

specifically, it is built upon [this smart contract](https://github.com/gitcoinco/grants1337/blob/master/contracts/Subscription.sol) which [was audit'ed by ZKLabs in Q4 2018](https://hackmd.io/s/HJ1QgH8F7).
specifically, it is built upon [this smart contract](https://github.com/gitcoinco/grants1337/blob/master/contracts/Subscription.sol) which [was audited by ZKLabs in Q4 2018](https://hackmd.io/s/HJ1QgH8F7).

### How Grants works

Expand Down Expand Up @@ -166,7 +166,7 @@ aka

When you run this code, it looks through all of the active grants on your local on `<network>`, and then runs `executeSubscription()` on them. if `executeSubscription()` succeeds, it will trigger some other actions (mostly emails, db mutations, etc)

Heres an example successful tx created by the subminer: https://rinkeby.etherscan.io/tx/0x274c159a6d89513c3f0b533a5329bef4ce02b3ffc770bece9a8ce5d269319f72
Here's an example successful tx created by the subminer: https://rinkeby.etherscan.io/tx/0x274c159a6d89513c3f0b533a5329bef4ce02b3ffc770bece9a8ce5d269319f72

### More information

Expand Down
4 changes: 2 additions & 2 deletions docs/RUNNING_LOCALLY_DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Navigate to `http://localhost:8000/`.

![Running Screenshot 4](https://github.com/gitcoinco/web/raw/master/docs/imgs/screenshoot_server5.png "Running screenshot")

For background build, Gitcoin server runs as a service and its always there. You can stop it using `kill process`, docker-compose to stop it or other means.
For background build, Gitcoin server runs as a service and it's always there. You can stop it using `kill process`, docker-compose to stop it or other means.

*Note: Running `docker-compose logs --tail=50 -f <optional container_name>` will follow all container output in the active terminal window, while specifying a container name will follow that specific container's output. `--tail` is optional.*
Check out the [Docker Compose CLI Reference](https://docs.docker.com/compose/reference/) for more information.
Expand Down Expand Up @@ -153,7 +153,7 @@ DJANGO_STATIC_HOST='https://gitcoin.co'

The development server is conditioned with a representative sampling of test data fixtures outlined below:

* 20ish users doing a variety things
* 20ish users doing a variety of things
* Bounties in various statuses - so you can get to work!
* Grants - ask some friends to support your work on Gitcoin
* A variety of Kudos for you to send to everybody hard at work on bounties
Expand Down
6 changes: 3 additions & 3 deletions docs/RUNNING_REMOTELY.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ It's recommended you create a new user as using root is dangerous.

You will be prompted to enter a password, and some personal data (this is optional).

Sudo priviledges are required, to grant priviledges type:
Sudo privileges are required, to grant privileges type:

```shell
# usermod -aG sudo newuser
Expand Down Expand Up @@ -137,7 +137,7 @@ $ vncserver

You’ll be prompted to enter and verify a password to access your machine remotely. The password must be between six and eight characters long.

Once you verify the password, you’ll have the option to create a a view-only password. This is not required and for our purposes, not necessary.
Once you verify the password, you’ll have the option to create a view-only password. This is not required and for our purposes, not necessary.

The VNC server needs to know which commands to execute when it starts up. Specifically, VNC needs to know which graphical desktop it should connect to.

Expand Down Expand Up @@ -191,7 +191,7 @@ Add a new connection, use the droplet IP with port 5901. You'll be prompted for

![screenshot5](https://github.com/gitcoinco/web/raw/master/docs/imgs/rr5.png)

Inmediately after connecting you should see the desktop environment. There's no web browser installed, let's install Firefox:
Immediately after connecting you should see the desktop environment. There's no web browser installed, let's install Firefox:

```shell
$ sudo apt install firefox
Expand Down