IGNITE-15022 - Fixed the 'node stop' command in Getting Started Guide
diff --git a/docs/_docs/quick-start/getting-started-guide.adoc b/docs/_docs/quick-start/getting-started-guide.adoc
index e04dacd..0b3b4e3 100644
--- a/docs/_docs/quick-start/getting-started-guide.adoc
+++ b/docs/_docs/quick-start/getting-started-guide.adoc
@@ -198,10 +198,10 @@
 
 == Stopping the Cluster
 
-To stop the node, use the command below passing `myFirstNode` as a node unique identifier:
+To stop the node, use the command below passing `node-1` as a node unique identifier:
 [source, shell]
 ----
-ignite node stop myFirstNode
+ignite node stop node-1
 ----