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 documentation typos #185

Merged
merged 3 commits into from
Jan 21, 2023
Merged
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 docusaurus/src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const FeatureList: FeatureItem[] = [
src: 'https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/240/apple/325/sparkles_2728.png',
description: (
<>
Essential Eth matches the API of ethers.js as-closely as possible. This
Essential Eth matches the API of ethers.js as closely as possible. This
is also similar to web3.js, so upgrading is a breeze.
</>
),
Expand Down
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
- [Contract](#contract)
- [`contractFunctionName(args)`](#contractfunctionnameargs)
- [More Info](#more-info)
- [Identical vs Similar vs Dissimliar {&#035;isd}](#identical-vs-similar-vs-dissimliar-isd)
- [Identical vs Similar vs Dissimilar {&#035;isd}](#identical-vs-similar-vs-dissimilar-isd)
- [Miscellaneous](#miscellaneous)
- [GitPOAP](#gitpoap)
- [What is a GitPOAP?](#what-is-a-gitpoap)
Expand Down Expand Up @@ -1538,7 +1538,7 @@ Any function on a contract. Returns are the same as `ethers.js`, except that ins

<br/>

### Identical vs Similar vs Dissimliar {#isd}
### Identical vs Similar vs Dissimilar {#isd}

Throughout the documentation for `essential-eth`, you may notice that some functions are compared to `ethers.js` and `web3.js`. The keywords `identical`, `similar`, and `dissimilar` are used to help you migrate to `essential-eth`. Here's a guide on what these keywords mean:

Expand All @@ -1565,11 +1565,11 @@ In partnership with GitPOAP, Essential ETH wants to recognize **all** contributo

#### What is a GitPOAP?

GitPOAP is a contributor recognition platform built on top of the POAP Protcol (Proof of Attendence Protocol). Similar to a POAP, each GitPOAP represents a digital collectible. It serves as a badge of validation for the action taken by the individual. By serving as a bridge between Github and Web3, it allows repo maintainers to recognize contributors for their meaningful contributions. Learn more about GitPOAP, [here](https://www.gitpoap.io/).
GitPOAP is a contributor recognition platform built on top of the POAP Protocol (Proof of Attendance Protocol). Similar to a POAP, each GitPOAP represents a digital collectible. It serves as a badge of validation for the action taken by the individual. By serving as a bridge between Github and Web3, it allows repo maintainers to recognize contributors for their meaningful contributions. Learn more about GitPOAP, [here](https://www.gitpoap.io/).

#### How can I claim?

Here are two steps that you can take to quailify for a GitPOAP:
Here are two steps that you can take to qualify for a GitPOAP:

1. Contribute to [any open issue](https://github.com/dawsbot/essential-eth/issues) and submit a PR. Upon approval of PR merge, the GitPOAP will automatically be issued to the Github account.

Expand Down