Skip to content

Fix typos and formatting in documentation files #42

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 3 commits into
base: main
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
4 changes: 2 additions & 2 deletions content/docs/attestor-decentralization/attestor-contracts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The [example](https://github.com/reclaimprotocol/attestor-contracts/tree/main/ex
1. **Change directory into /examples/attestor and install packages:**
* `npm install`

2. **Populate your `.env`, varibales are filled for you, you just need to add you private key (without the `0x` prefix):**
2. **Populate your `.env`, variables are filled for you, you just need to add you private key (without the `0x` prefix):**
* `PRIVATE_KEY=`

3. **Download zk files:**
Expand All @@ -95,4 +95,4 @@ Alternatively, you can try out an e2e [example](https://github.com/reclaimprotoc

### Register Attestor

If you wish the join the quorum with your attestor, do [contact us](https://t.me/protocolreclaim).
If you wish the join the quorum with your attestor, do [contact us](https://t.me/protocolreclaim).
2 changes: 1 addition & 1 deletion content/docs/sdk/cosmos/neutron-terra.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ you may see a different account address from your wallet address.

That is because Terra's address generation algorithm is different from other cosmos chains and hermes as well.

You should send funds to the account adddress in the json file, as that is the actual address that executes the messages.
You should send funds to the account address in the json file, as that is the actual address that executes the messages.

### Configuration file

Expand Down
2 changes: 1 addition & 1 deletion content/docs/zkfetch/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ All the data in the privateOptions will stay hidden to the verifier.
const proof = await client.zkFetch('https://your.url.org')
```

### Additonal Features
### Additional Features

#### Retries and Retry Interval
Add retries and set a retry interval for fetch requests:
Expand Down