diff --git a/src/frontend/src/content/docs/reference/cli/commands/aspire-run.mdx b/src/frontend/src/content/docs/reference/cli/commands/aspire-run.mdx
index cee41af8b..c5b8ebf1c 100644
--- a/src/frontend/src/content/docs/reference/cli/commands/aspire-run.mdx
+++ b/src/frontend/src/content/docs/reference/cli/commands/aspire-run.mdx
@@ -34,7 +34,7 @@ The command performs the following steps to run an Aspire AppHost:
## Stopping the AppHost
-To stop the running AppHost and exit, press Ctrl+C (or send `SIGTERM` on Linux/macOS). The CLI requests a graceful shutdown of the AppHost and its resources.
+To stop the running AppHost and exit, press Ctrl+C (or send `SIGTERM` on Linux/macOS). The CLI requests a graceful shutdown of the AppHost and its resources. A `🛑 Stopping Aspire...` message is displayed shortly after you press Ctrl+C to confirm that shutdown is in progress.
If graceful shutdown is taking too long and you need to exit immediately, press Ctrl+C a second time to terminate the process immediately.