From 8e6fbb99c72bc85d285361375cd1f31f4c8e2df9 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 24 May 2023 18:11:25 +0800 Subject: [PATCH] docs/operating-scylla: lowercase the name of an option "Enable_repair_based_node_ops" is the name of an option, and the leading character should be lowecase "e". so fix it. Fixes #14017 Signed-off-by: Kefu Chai Closes #14018 --- .../cluster-management/repair-based-node-operation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operating-scylla/procedures/cluster-management/repair-based-node-operation.rst b/docs/operating-scylla/procedures/cluster-management/repair-based-node-operation.rst index d72b1a7e4a..f63ffb21ea 100644 --- a/docs/operating-scylla/procedures/cluster-management/repair-based-node-operation.rst +++ b/docs/operating-scylla/procedures/cluster-management/repair-based-node-operation.rst @@ -12,7 +12,7 @@ Example from scylla.yaml: .. code:: yaml - Enable_repair_based_node_ops: true + enable_repair_based_node_ops: true allowed_repair_based_node_ops: replace To enable other operations (experimental), add them as a comma-separated list to allowed_repair_based_node_ops. Available operations are: