From c85dd5b2d7441e1905fba40e90275806f40bb9b5 Mon Sep 17 00:00:00 2001 From: jnicoulaud-ledger <102984500+jnicoulaud-ledger@users.noreply.github.com> Date: Fri, 11 Oct 2024 17:08:57 +0200 Subject: [PATCH] fix: typo (#51) --- registry/uniswap/calldata-UniswapV3Router02.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/uniswap/calldata-UniswapV3Router02.json b/registry/uniswap/calldata-UniswapV3Router02.json index c38f3fc9..1d70d1bd 100644 --- a/registry/uniswap/calldata-UniswapV3Router02.json +++ b/registry/uniswap/calldata-UniswapV3Router02.json @@ -65,7 +65,7 @@ }, { "path": "params.amountOutMinimum", - "label": "Receive Mininum", + "label": "Receive Minimum", "format": "tokenAmount", "params": { "tokenPath": "params.tokenOut" @@ -200,4 +200,4 @@ } } } -} \ No newline at end of file +}