summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2023-03-22 14:21:34 +0100
committerNick Vatamaniuc <nickva@users.noreply.github.com>2023-04-13 15:50:18 -0400
commita93b46b08c22be15644cb8545ffc3f84c1caa6cc (patch)
tree62a8434956874d8a8d241904b8c81747a25570c3
parent28bdca6e56619eee507461545103fbcce118e1ce (diff)
downloadcouchdb-a93b46b08c22be15644cb8545ffc3f84c1caa6cc.tar.gz
fix(doc): reverse definition of `all_nodes` and `cluster_nodes` to match reality
-rw-r--r--src/docs/src/setup/cluster.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/docs/src/setup/cluster.rst b/src/docs/src/setup/cluster.rst
index ea6f6cd5c..186455e0f 100644
--- a/src/docs/src/setup/cluster.rst
+++ b/src/docs/src/setup/cluster.rst
@@ -277,7 +277,7 @@ should show all of the nodes in your cluster:
]
}
-The ``all_nodes`` section is the list of *expected* nodes; the ``cluster_nodes``
+The ``cluster_nodes`` section is the list of *expected* nodes; the ``all_nodes``
section is the list of *actually connected* nodes. Be sure the two lists match.
Now your cluster is ready and available! You can send requests to any one of