From 41d644c8c8caec658947ca5ea48aad77865f9b09 Mon Sep 17 00:00:00 2001 From: RiceChuan Date: Tue, 19 Aug 2025 14:14:26 +0800 Subject: [PATCH] docs:Remove duplicate words Signed-off-by: liuchuan <582041246@qq.com> --- examples/oft-hyperliquid/HYPERLIQUID.README.md | 2 +- packages/hyperliquid-composer/HYPERLIQUID.README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/oft-hyperliquid/HYPERLIQUID.README.md b/examples/oft-hyperliquid/HYPERLIQUID.README.md index 8a3cebaf5..b99b5d1d7 100644 --- a/examples/oft-hyperliquid/HYPERLIQUID.README.md +++ b/examples/oft-hyperliquid/HYPERLIQUID.README.md @@ -167,7 +167,7 @@ The current architecture has certain error handling AND checks (because hyperliq #### Transfer exceeding u64.max -HyperCore's spot send only allows for a maximum of `u64` tokens to be transferred across. This means (in the unlikely event) that the user sends across greater than `u64` the difference would be returned the the `receiver` address on `HyperEVM`. +HyperCore's spot send only allows for a maximum of `u64` tokens to be transferred across. This means (in the unlikely event) that the user sends across greater than `u64` the difference would be returned the `receiver` address on `HyperEVM`. #### Transfer exceeding HyperCore Bridge Capactiy diff --git a/packages/hyperliquid-composer/HYPERLIQUID.README.md b/packages/hyperliquid-composer/HYPERLIQUID.README.md index 729fdd608..855578b51 100644 --- a/packages/hyperliquid-composer/HYPERLIQUID.README.md +++ b/packages/hyperliquid-composer/HYPERLIQUID.README.md @@ -454,7 +454,7 @@ The current architecture has certain error handling AND checks (because Hyperliq #### Transfer exceeding u64.max -HyperCore's spot send only allows for a maximum of `u64` tokens to be transferred across. This means (in the unlikely event) that the user sends across greater than `u64` the difference would be returned the the `receiver` address on `HyperEVM`. +HyperCore's spot send only allows for a maximum of `u64` tokens to be transferred across. This means (in the unlikely event) that the user sends across greater than `u64` the difference would be returned the `receiver` address on `HyperEVM`. #### Transfer exceeding HyperCore Bridge Capactiy