Skip to content

Commit

Permalink
docs: fix spelling issues (#11)
Browse files Browse the repository at this point in the history
* fix integrate.md

* fix vision.md

* fix permisisonless-deployments.md

* fix relayer.md

* fix audit-whitepaper.md
  • Loading branch information
nnsW3 authored Sep 3, 2024
1 parent 4ccc2f5 commit ecc7fef
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/generalised-incentives/integrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ contract YourContract is ICrossChainReceiver, IMessageEscrowStructs {
The integration is less opinionated than other cross-chain endpoint, as we need to define some boilercode. First, lets set our escrow endpoint. Below we present 2 options

1. Set the escrow explicitly. This defines a single escrow which you may interact in. This may be desired to reduce complexity but also introduces some vendor lock-in.
2. Define a list of escrow that are allowed. This allows you to pick and chose which AMB is best suited for a certain connection. This introduces some additional complexity but mitigates vendor lock-in.
2. Define a list of escrow that are allowed. This allows you to pick and choose which AMB is best suited for a certain connection. This introduces some additional complexity but mitigates vendor lock-in.

```solidity
contract YourContract is ICrossChainReceiver, IMessageEscrowStructs {
Expand Down Expand Up @@ -147,7 +147,7 @@ For more information, check the relevant [natspecs](https://github.com/catalystd

### Sending Messages

We havn't actually sent any messages yet. Lets do that. For simplicity, this section assumes that you used solution 1.
We haven't actually sent any messages yet. Lets do that. For simplicity, this section assumes that you used solution 1.

```solidity
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/introduction/vision.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ We are contributing to 3 fundamental pillars:

1. **Chains** We're building for a future where developers are empowered to create the perfect chain that is best suited for their needs—and connect them to the broader crypto ecosystem. With Catalyst, the multi-chain future is an open future—where economic trade is borderless.
2. **Tools** We're building fundamentals for native multi-chain applications. The goal is for anyone to build a cross-chain application that scales.
3. **dApps** We're building applications that facilitate the creation of new applications. Our goal is to weave the web of applications tighter by building to allow for interopability between cross-chain applications.
3. **dApps** We're building applications that facilitate the creation of new applications. Our goal is to weave the web of applications tighter by building to allow for interoperability between cross-chain applications.

**Our first contribution** is a global liquidity layer for all chains—available automatically at launch.

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/protocol/permisisonless-deployments.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ For new chains: any new chain built using supported modular chain tooling (e.g.,

## Deploying Catalyst

You can find the deployment instructions on the relevant github pages. This pages will be updated with better instructions in the future.
You can find the deployment instructions on the relevant github pages. These pages will be updated with better instructions in the future.
2 changes: 1 addition & 1 deletion src/content/docs/relayer/relayer.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Generalised Relayer"
description: "Generalised Relayer is a reference relayer for Generalised Incentives. The relayer standardies communication between incentive, packet, and proof collection. This allows a single implementation to relay for many different bridges."
description: "Generalised Relayer is a reference relayer for Generalised Incentives. The relayer standardises communication between incentive, packet, and proof collection. This allows a single implementation to relay for many different bridges."
sidebar:
order: 1
---
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/resources/audit-whitepaper.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Audits & Whitepaper"
description: "Catalyst contracts has been audited a total of 6 separate times, with Generalised incentives and Catalyst both having been audited thrice. Catalyst has published 1 Whitepaper: Asynchronous Autonomous Market Making via a Unit of Liquidity"
description: "Catalyst contracts have been audited a total of 6 separate times, with Generalised incentives and Catalyst both having been audited thrice. Catalyst has published 1 Whitepaper: Asynchronous Autonomous Market Making via a Unit of Liquidity"
sidebar:
order: 1
---
Expand Down

0 comments on commit ecc7fef

Please sign in to comment.