From d239942e03f718e9e0d80c6127986656c1dceeab Mon Sep 17 00:00:00 2001
From: Chase Fleming <1666730+chasefleming@users.noreply.github.com>
Date: Mon, 21 Oct 2024 15:31:10 -0700
Subject: [PATCH] Move runner output to right panel
---
docs/build/getting-started/quickstarts/hello-world.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/build/getting-started/quickstarts/hello-world.md b/docs/build/getting-started/quickstarts/hello-world.md
index 3059d7127e..6d64c2cd7c 100644
--- a/docs/build/getting-started/quickstarts/hello-world.md
+++ b/docs/build/getting-started/quickstarts/hello-world.md
@@ -56,7 +56,7 @@ Let's break down what this script does:
- **Run the Script**: Click the Run button to execute the script.
- **View the Output**: Observe the output returned by the script. You should see the current value of the `greeting` variable, which is `"Hello, World!"`.
-
+
## Understanding the `HelloWorld` Contract