From 18d5f83e6d8f461d6ef3dcf38ee0c9b823fe5b70 Mon Sep 17 00:00:00 2001 From: Dmytro Date: Mon, 4 Dec 2023 19:47:45 +0000 Subject: [PATCH] Update contracts.md add space --- docs/participate/wallets/contracts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/participate/wallets/contracts.md b/docs/participate/wallets/contracts.md index 515685d6ad..225ab87aa1 100644 --- a/docs/participate/wallets/contracts.md +++ b/docs/participate/wallets/contracts.md @@ -52,7 +52,7 @@ Wallet source code: It is the most modern wallet version at the moment. It still has all the functionality of the previous versions, but also introduces something very powerful — `plugins`. -This feature allows developers to implement complex logic that will work in tandem with a user's wallet. For example, some DAppmay require a user to pay a small amount of coins every day to use some features, so the user will need to install the plugin on their wallet by signing a transaction. This plugin will send coins to the destination address every day when it will be reqested by an external message. +This feature allows developers to implement complex logic that will work in tandem with a user's wallet. For example, some DApp may require a user to pay a small amount of coins every day to use some features, so the user will need to install the plugin on their wallet by signing a transaction. This plugin will send coins to the destination address every day when it will be reqested by an external message. This is a very customizable feature which is unique to TON Blockchain.