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:typos and broken links #89

Open
wants to merge 1 commit into
base: main
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
3 changes: 2 additions & 1 deletion docs/devs/tutorials/Build dApp/_category_.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"position": 2,
"collapsed": false,
"link": {
"description": "Step by step build a dApp"
"description": "Step by step build a dApp",
"type": "generated-index"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Before you begin this tutorial, you'll need to install [Hardhat](https://hardhat

## Fund your wallet with MOVE tokens

Fund an EVM wallet address with some MOVE tokens using our [faucet](/Introduction/faucet). Another method to get MOVE is to bridge from M1 to your EVM wallet using our [bridge](https://evm-bridge.devnet.m1.movementlabs.xyz/#/Faucet). To connect to our testnet and check if you have received the MOVE tokens, you can take the following steps:
Fund an EVM wallet address with some MOVE tokens using our [faucet](/general/UsingMovement/faucet). Another method to get MOVE is to bridge from M1 to your EVM wallet using our [bridge](https://evm-bridge.devnet.m1.movementlabs.xyz/#/Faucet). To connect to our testnet and check if you have received the MOVE tokens, you can take the following steps:

1. Add the move-evm network to your EVM-compatible wallet.

Expand Down
2 changes: 1 addition & 1 deletion docs/general/Introduction/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 1

# Introduction

Movement Labs is building a network of Move-based blockchains. Our flagship products is the Movement Network.
Movement Labs is building a network of Move-based blockchains. Our flagship product is the Movement Network.

Movement Network is a community-first blockchain providing the highest possible TPS through Move, instant finality, native day-zero access to mass liquidity, and modular customizations.

Expand Down
2 changes: 1 addition & 1 deletion docs/general/Mainnet/node_level_architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ A full node provides the core functionality of a Movement node:
The node can be configured to operate in the following three modes:

- Can operate as a [Validator Node](#validator-node) with a key from the trusted validator set.
- Can operate as a [Follower_Node](#follower-node) which removes the requirement to write batches to the DA.
- Can operate as a [Follower Node](#follower-node) which removes the requirement to write batches to the DA.
- Can operate as an [Archival Node](#archival-node) which removes the requirement to write to DA and settle to Layer 1 with FFS.

### Validator node
Expand Down
2 changes: 1 addition & 1 deletion docs/general/UsingMovement/faucet.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The easiest way to get Testnet MOVE

:::info

MOVE refers to the native token across our networks. At the moment they are distinct in nature and requires conversion and/or different faucets.
MOVE refers to the native token across our networks. At the moment they are distinct in nature and require conversion and/or different faucets.

:::

Expand Down