Skip to content

docs: fix typos #11044

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

Open
wants to merge 1 commit 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
2 changes: 1 addition & 1 deletion docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ These API calls require you to be authenticated as a team member of a grant:
* https://gitcoin.co/grants/v1/api/export_addresses/grant12_round_7.json
* https://gitcoin.co/grants/v1/api/export_info/grant12_round7.json

Authentication on Gitcoin is primary centric around our user model, which (for now) is dependant upon Github. If you are accessing the data programmatically, you may not be able to handle the Github authentication cycle, and for that reason we have begun providing limited access to this data via an API Key / Secret model. Here's how it works.
Authentication on Gitcoin is primary centric around our user model, which (for now) is dependent upon Github. If you are accessing the data programmatically, you may not be able to handle the Github authentication cycle, and for that reason we have begun providing limited access to this data via an API Key / Secret model. Here's how it works.

1. Access any API which requires authorization via the standard authentication flow in browser.
2. You will be issued credentials, which you can find in the response: `body.meta.api_key`.
Expand Down
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ git fetch upstream
### Step 2: Branch

It's always better to create local branches to work on a specific issue. Makes
life easier for you if you are the kind who enjoys multiple things parallely.
life easier for you if you are the kind who enjoys multiple things parallelly.
These should also be created directly off of the `master` branch.

```shell
Expand Down
2 changes: 1 addition & 1 deletion 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