From 701ceab092c7e10827f7256e2f26c0565eeb4ea6 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Tue, 6 Feb 2024 14:19:47 +0100 Subject: [PATCH 1/5] fix typo --- docs/guides/deploy-hyperlane-local-agents.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/deploy-hyperlane-local-agents.mdx b/docs/guides/deploy-hyperlane-local-agents.mdx index ec73790c..ec00b35d 100644 --- a/docs/guides/deploy-hyperlane-local-agents.mdx +++ b/docs/guides/deploy-hyperlane-local-agents.mdx @@ -380,7 +380,7 @@ cargo run --release --bin relayer -- \ --metrics-port 9091 ``` -The metrics port is overriden to avoid clashing with the validator. +The metrics port is overridden to avoid clashing with the validator. :::note (optional) Run the binary directly From 2b06659395b38853dbf1e478b315dea8285a6c91 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Tue, 6 Feb 2024 14:20:49 +0100 Subject: [PATCH 2/5] fix typo --- docs/reference/messaging/send.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/messaging/send.mdx b/docs/reference/messaging/send.mdx index 561647b2..346c39ec 100644 --- a/docs/reference/messaging/send.mdx +++ b/docs/reference/messaging/send.mdx @@ -148,7 +148,7 @@ Underpayment to `dispatch` will revert but overpayment will be refunded to the m There are two hooks configured on a Mailbox - `required`: invoked for all `dispatch` calls with value that covers the required fee -- `default`: invoked (unless overriden) with remaining value after `required` hook +- `default`: invoked (unless overridden) with remaining value after `required` hook ```mermaid flowchart LR From 9e78469405d0237c39b0ec5293bdadd58637642c Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Tue, 6 Feb 2024 14:22:20 +0100 Subject: [PATCH 3/5] fix typo --- docs/reference/glossary.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/glossary.mdx b/docs/reference/glossary.mdx index 74a49e01..2f40d01f 100644 --- a/docs/reference/glossary.mdx +++ b/docs/reference/glossary.mdx @@ -126,7 +126,7 @@ Arguably the most important Hyperlane smart contract, the [mailbox](./messaging/ ## Middleware -A smart contract that sends and receives messages, and exposes a developer facing API. Developers are expected use this API instead of interacting directly with the [mailbox](glossary.mdx#mailbox). +A smart contract that sends and receives messages, and exposes a developer facing API. Developers are expected to use this API instead of interacting directly with the [mailbox](glossary.mdx#mailbox). Example middlewares include [interchain-accounts-ica](glossary.mdx#interchain-accounts-ica) and [interchain-queries-iqs](glossary.mdx#interchain-queries-iqs) From 59f4a8ebe1ab845387a75b77436d58bc15d270b7 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Tue, 6 Feb 2024 14:23:18 +0100 Subject: [PATCH 4/5] fix typo --- docs/intro.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/intro.mdx b/docs/intro.mdx index 0ec7df38..20b314d9 100644 --- a/docs/intro.mdx +++ b/docs/intro.mdx @@ -11,5 +11,5 @@ Using Hyperlane, developers can build Interchain Applications - apps that span m Some pre-built examples that can be deployed out of the box include: 1. Warp Routes, which allow native, `ERC20`, and `ERC721` tokens to move seamlessly across chains -2. Interchain accounts, which allows an account on one chain (e.g. a DAO) to make smart contract calls on remote chains -3. Interchain queries, which allow an account on one chain to make view calls on remote chains \ No newline at end of file +2. Interchain accounts, which allow an account on one chain (e.g. a DAO) to make smart contract calls on remote chains +3. Interchain queries, which allow an account on one chain to make view calls on remote chains From 8ae8eb1e83c32f9d230e06169c65b820f9db252d Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Tue, 6 Feb 2024 14:24:06 +0100 Subject: [PATCH 5/5] fix typo --- docs/explorer.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/explorer.mdx b/docs/explorer.mdx index fc4f4d29..067d014f 100644 --- a/docs/explorer.mdx +++ b/docs/explorer.mdx @@ -2,7 +2,7 @@ The [Hyperlane Explorer](https://explorer.hyperlane.xyz/) can be used to find messages on any network with a Hyperlane deployment. Drill down into messages for more details about their properties and status. -Messages to/from [core chains](./reference/domains.mdx) will searchable by transaction hash, message ID, or sender/recipient address. For other chains, the explorer can be configured to search for messages by providing it a chain config. +Messages to/from [core chains](./reference/domains.mdx) will be searchable by transaction hash, message ID, or sender/recipient address. For other chains, the explorer can be configured to search for messages by providing it a chain config. ### Searching for messages