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

Typo corrections #345

Open
wants to merge 4 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
2 changes: 1 addition & 1 deletion docs/dweb/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ When it comes to hosting your files there are many options to choose from.

Popular options include [IPFS](https://ipfs.io), [Swarm](https://ethswarm.org), and [Arweave](https://arweave.org).
Depending on what option you go with your files are either permanently stored on a network,
or require to be actively stored on atleast one machine, also known as "pinning".
or require to be actively stored on at least one machine, also known as "pinning".

### Deploy your site {{ id: 'deploy' }}

Expand Down
2 changes: 1 addition & 1 deletion docs/learn/dns.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const meta = {
{/*TODO: User-friendly explanation of the fact that DNS names also work in the ENS system.*/}
</>

The Ethereum Name Service is so much more then just `.eth` names. It is a general-purpose naming system that can be used for any kind of name. This includes DNS names.
The Ethereum Name Service is so much more than just `.eth` names. It is a general-purpose naming system that can be used for any kind of name. This includes DNS names.
DNS functionality was originally introduced in [ENSIP-6](/ensip/6).

## Importing a DNS name
Expand Down
2 changes: 1 addition & 1 deletion docs/terminology.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ This term is typically used with respect to the Ethereum Mainnet blockchain. If

### CCIP Read

The "Cross Chain Interoperability Procol Read" specification, also known as [EIP-3668](https://eips.ethereum.org/EIPS/eip-3668), authored by Nick Johnson, is a specification that allows for secure and trustless offchain data retrieval.
The "Cross Chain Interoperability Protocol Read" specification, also known as [EIP-3668](https://eips.ethereum.org/EIPS/eip-3668), authored by Nick Johnson, is a specification that allows for secure and trustless offchain data retrieval.

It allows for an Ethereum call to defer to an [offchain gateway](/resolvers/ccip-read#writing-a-gateway) and then securely verify the resulting data on-chain.
With respect to ENS, this is typically used for offchain subnames that don't exist in the core Registry.
Expand Down
2 changes: 1 addition & 1 deletion docs/web/avatars.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ with some rules about what URI schemes are supported and how to process them. Fo
Clients are expected to support a number of URI schemas, which aren't always web URIs, so the final result you see in your application
will vary depending on how the library you are using has decided to handle avatar records.

- `http(s):` - URI Scheme for for HTTP(S) URLs. Libraries will most likely return the result directly.
- `http(s):` - URI Scheme for HTTP(S) URLs. Libraries will most likely return the result directly.
- `ipfs:` - URI scheme for [IPFS hashes](). Libraries may decide to fetch the result from a public gateway for you.
- `data:` - URI Scheme for [data URIs](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs).
Libraries will most likely return the result directly.
Expand Down