Skip to content

Commit 284c4f0

Browse files
authored
fix: typo on 03-routing.md (#807)
1 parent c181c55 commit 284c4f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sdk/v3/guides/swaps/03-routing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This guide will cover how to use Uniswap's smart order router to compute optimal
1111
If you need a briefer on the SDK and to learn more about how these guides connect to the examples repository, please visit our [background](./01-background.md) page!
1212
:::
1313

14-
In this example we will trade between **WETH and USDC**, but you can configure your example to us any two currencies and amount of input currency.
14+
In this example we will trade between **WETH and USDC**, but you can configure your example to use any two currencies and amount of input currency.
1515

1616
The guide will **cover**:
1717

@@ -72,7 +72,7 @@ const router = new AlphaRouter({
7272
## Creating a route
7373

7474
We will use the [SwapRouter02](https://github.com/Uniswap/v3-periphery/blob/v1.0.0/contracts/SwapRouter.sol) for our trade.
75-
The `smart-order-router` package provides us with a SwapOptionsSwapRouter02` interface, defining the wallet to use, slippage tolerance, and deadline for the transaction that we need to interact with the contract:
75+
The `smart-order-router` package provides us with a `SwapOptionsSwapRouter02` interface, defining the wallet to use, slippage tolerance, and deadline for the transaction that we need to interact with the contract:
7676

7777
```typescript
7878
import { SwapOptionsSwapRouter02, SwapType } from '@uniswap/smart-order-router'

0 commit comments

Comments
 (0)