diff --git a/src/developers/sdk/contract.md b/src/developers/sdk/contract.md index c367f5d..4d6b144 100644 --- a/src/developers/sdk/contract.md +++ b/src/developers/sdk/contract.md @@ -96,7 +96,7 @@ provides more details on that. ## Instantiating our Application -The first thing that happens when an application is created from a bytecode is +The first thing that happens when an application is created from bytecode is that it is instantiated. This is done by calling the contract's `Contract::instantiate` method.