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.