From 13cd51f7dccf7f92029e8374e2d214bae251d8dc Mon Sep 17 00:00:00 2001 From: Andy Russo <88431411+AndyRusso@users.noreply.github.com> Date: Wed, 18 Dec 2024 09:56:04 +0500 Subject: [PATCH] fix: typo, sad -> said --- .../smart-contracts/contracts-specs/wallet-contracts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v3/documentation/smart-contracts/contracts-specs/wallet-contracts.md b/docs/v3/documentation/smart-contracts/contracts-specs/wallet-contracts.md index f366c9100d..2397cbed3f 100644 --- a/docs/v3/documentation/smart-contracts/contracts-specs/wallet-contracts.md +++ b/docs/v3/documentation/smart-contracts/contracts-specs/wallet-contracts.md @@ -318,7 +318,7 @@ Note that the `0x8E`, `0x90`, and `0x92` wallet exit codes are designed to preve #### Preparing for Gasless Transactions -As was sad before v5 wallet smart contract allows the processing of internal messages signed by the owner. This also allows you to make gasless transactions, e.g., payment of network fees when transferring USDt in USDt itself. Common scheme looks like that: +As was said before v5 wallet smart contract allows the processing of internal messages signed by the owner. This also allows you to make gasless transactions, e.g., payment of network fees when transferring USDt in USDt itself. Common scheme looks like that: ![image](/img/gasless.jpg)