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 spelling errors in documentation #456

Open
wants to merge 3 commits 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
2 changes: 1 addition & 1 deletion bridge-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Frontend should be available at: http://localhost:3000
### End to end tests

E2E tests are run in the CI but can also be run locally.
Make sure `E2E_TEST_PRIVATE_KEY` .env (The private key used needs to have some sepolia ETH, USDC and WETH to run the tests)
Make sure `E2E_TEST_PRIVATE_KEY` .env (The private key used needs to have some Sepolia ETH, USDC and WETH to run the tests)

1. Add `NEXT_PUBLIC_WALLET_CONNECT_ID` and `NEXT_PUBLIC_INFURA_ID` to your command line env
2. Build the Bridge UI in local in a terminal: `npm run build`
Expand Down
2 changes: 1 addition & 1 deletion bridge-ui/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ fetchNext() is called after clearing and when a transaction is onSuccess()

## Description:

Readme technical documentation for deployment. Explains how to deploy the Bruidge ui on prod.
Readme technical documentation for deployment. Explains how to deploy the Bridge ui on prod.

# Feature:

Expand Down
4 changes: 2 additions & 2 deletions contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The L2MessageService is the L2 smart contract that is responsible for:

## Linea Canonical Token Bridge

The Canonical Token Bridge (TokenBridge) is a canonical ERC20 token brige between Ethereum and Linea networks.
The Canonical Token Bridge (TokenBridge) is a canonical ERC20 token bridge between Ethereum and Linea networks.

The TokenBridge utilises the L1MessageService and the L2MessageService for the transmission of messages between each layer's TokenBridge.

Expand Down Expand Up @@ -167,4 +167,4 @@ pnpm run test
pnpm run test:reportgas

pnpm run coverage
```
```