From b63dba82a2e10bdbf0a6730cc137cff1e08a7b8b Mon Sep 17 00:00:00 2001 From: Meghana Katta Date: Wed, 5 Feb 2025 16:37:43 +0530 Subject: [PATCH] Fixed the spelling mistake Signed-off-by: Meghana Katta --- docs/node_scenarios.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/node_scenarios.md b/docs/node_scenarios.md index db483bdb..dd40d89b 100644 --- a/docs/node_scenarios.md +++ b/docs/node_scenarios.md @@ -2,7 +2,7 @@ The following node chaos scenarios are supported: -1. **node_start_scenario**: Scenario to stop the node instance. +1. **node_start_scenario**: Scenario to start the node instance. 2. **node_stop_scenario**: Scenario to stop the node instance. 3. **node_stop_start_scenario**: Scenario to stop the node instance for specified duration and then start the node instance. Not supported on VMware. 4. **node_termination_scenario**: Scenario to terminate the node instance.