From e9762bae8cf2b548ef915611708054c5a0a100de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Hussein?= <80422357+nhussein11@users.noreply.github.com> Date: Wed, 28 Aug 2024 22:27:54 -0300 Subject: [PATCH] fix: solving typo on smart contract strategy docs (#2143) Co-authored-by: Shawn Tabrizi --- 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.