From 0450472009a7a9cf5fc6819bd6569bde039ab2b9 Mon Sep 17 00:00:00 2001 From: Ann Wagner Date: Sat, 28 Dec 2024 10:54:19 +0200 Subject: [PATCH] docs: typo fix Update contract.md --- src/developers/sdk/contract.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.