From e9f37f58dcd90506d787acb8740ed4705f7c5c1a Mon Sep 17 00:00:00 2001 From: nhussein11 Date: Thu, 28 Mar 2024 19:55:56 -0300 Subject: [PATCH] fix: solving typo on smart contract strategy docs --- content/md/en/docs/build/smart-contracts-strategy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/md/en/docs/build/smart-contracts-strategy.md b/content/md/en/docs/build/smart-contracts-strategy.md index 0bb2ecc91..d6bf78f9d 100644 --- a/content/md/en/docs/build/smart-contracts-strategy.md +++ b/content/md/en/docs/build/smart-contracts-strategy.md @@ -57,7 +57,7 @@ Calling a smart contract function can result in: - Changing the storage associated wih the smart contract account. - Changing the storage associated wih a non-contract account. -- instantiating a new smart contract. +- Instantiating a new smart contract. - Calling another smart contract account. If a smart contract account is depleted, its associated code and storage is also be deleted.