From fab36f12710c33d025a688aa1b59ea7c5dc14b87 Mon Sep 17 00:00:00 2001 From: Margarita Skomorokh Date: Fri, 6 Sep 2024 09:47:31 +0200 Subject: [PATCH] a minor fix --- .../docs/build-an-app/build-a-custom-smart-contract.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-docs/docs/build-an-app/build-a-custom-smart-contract.md b/docs/developer-docs/docs/build-an-app/build-a-custom-smart-contract.md index 0e7e998d6..bef478c4c 100644 --- a/docs/developer-docs/docs/build-an-app/build-a-custom-smart-contract.md +++ b/docs/developer-docs/docs/build-an-app/build-a-custom-smart-contract.md @@ -148,7 +148,7 @@ target/wasm32-unknown-unknown/release/hello_world.wasm If your local chain isn't running, start it: -``` +```bash wardend start ```