Skip to content

fix: typos in docs/contracts/v1/guides/04-custom-linking.md #1004

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions docs/contracts/v1/guides/04-custom-linking.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Two parameters, exactField and exactAmount can be used to set specific token amo

## Send Page

The send page has the same options available as the Swap page, plus one additional paramter, `recipient`.
The send page has the same options available as the Swap page, plus one additional parameter, `recipient`.

| Parameter | Type | Description |
| :-------- | :-------- | :---------------------------------------------- |
Expand Down Expand Up @@ -104,8 +104,8 @@ The Pool page is made up of 3 subroutes: `add-liquidity`, `remove-liquidity`, `c

## Custom Routes

Custom token routes can still be used in combination with URL paramters. URL paramters are higher in the settings hierarchy than custom routes.
Custom token routes can still be used in combination with URL parameters. URL parameters are higher in the settings hierarchy than custom routes.

An example using custom token route and URL paramters.
An example using custom token route and URL parameters.

`https://app.uniswap.org/#/swap/0x0F5D2fB29fb7d3CFeE444a200298f468908cC942?exactField=input&exactAmount=10&use=v1`