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 typo on documentation #318

Merged
merged 2 commits into from
Oct 11, 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 docs/docs/networks/chiado.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ id: chiado

# Chiado

Chiado is a Gnosis Chain tesnet. Gnosis Chain is an EVM based Ethereum sidechain that is designed to be a platform for
Chiado is a Gnosis Chain testnet. Gnosis Chain is an EVM based Ethereum sidechain that is designed to be a platform for
decentralized prediction markets.

## Supported Execution Clients
Expand Down
4 changes: 2 additions & 2 deletions docs/src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const FeatureList = [
Svg: require('@site/static/img/ethereum.svg').default,
description: (
<>
We fully support Mainnet, Goerli(tesnet) and Sepolia(tesnet).
We fully support Mainnet, Goerli(testnet) and Sepolia(testnet).

</>
),
Expand All @@ -18,7 +18,7 @@ const FeatureList = [
Svg: require('@site/static/img/gnosis.svg').default,
description: (
<>
We fully support deployment on Gnosis and Chiado(tesnet).
We fully support deployment on Gnosis and Chiado(testnet).
</>
),
},
Expand Down