From 454a1e7ea7889623e1d3d7b9faa7078d3ea2205a Mon Sep 17 00:00:00 2001 From: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:06:04 -0500 Subject: [PATCH] Update hello-world.mdx --- docs/developer-docs/getting-started/hello-world.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-docs/getting-started/hello-world.mdx b/docs/developer-docs/getting-started/hello-world.mdx index 032dd4cc86..958f171ce4 100644 --- a/docs/developer-docs/getting-started/hello-world.mdx +++ b/docs/developer-docs/getting-started/hello-world.mdx @@ -94,7 +94,7 @@ Replica API running on 127.0.0.1:4943 ``` :::info -While `dfx start` is running, you will not be able to run other commands in the terminal window. You can open another window, or start `dfx` in the background with the `dfx start --clean --background` flag. +While `dfx start` is running, you will not be able to run other commands in the terminal window. You can open another window, or start `dfx` in the background with the `dfx start --background` flag. :::