From d381b2adc5c4cbf32c852253ac5574f0d67ec004 Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Thu, 21 Nov 2024 05:15:18 +0300 Subject: [PATCH] Typo corrections (#345) --- docs/dweb/intro.mdx | 2 +- docs/learn/dns.mdx | 2 +- docs/terminology.mdx | 2 +- docs/web/avatars.mdx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/dweb/intro.mdx b/docs/dweb/intro.mdx index 20508db9..b1e5923f 100644 --- a/docs/dweb/intro.mdx +++ b/docs/dweb/intro.mdx @@ -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' }} diff --git a/docs/learn/dns.mdx b/docs/learn/dns.mdx index dcd1caa5..3b8227b7 100644 --- a/docs/learn/dns.mdx +++ b/docs/learn/dns.mdx @@ -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 diff --git a/docs/terminology.mdx b/docs/terminology.mdx index e04a09db..75c5be17 100644 --- a/docs/terminology.mdx +++ b/docs/terminology.mdx @@ -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. diff --git a/docs/web/avatars.mdx b/docs/web/avatars.mdx index 164927ef..47bc18b5 100644 --- a/docs/web/avatars.mdx +++ b/docs/web/avatars.mdx @@ -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.