This is an automated email from the ASF dual-hosted git repository.
jan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/main by this push:
new 89b0a7ed4 chore(docs): avoid master wording at setup cluster
89b0a7ed4 is described below
commit 89b0a7ed495d6dd801806a099fe238749ed006f7
Author: hulkoba <[email protected]>
AuthorDate: Thu Jul 17 16:15:04 2025 +0200
chore(docs): avoid master wording at setup cluster
---
src/docs/src/setup/cluster.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/docs/src/setup/cluster.rst b/src/docs/src/setup/cluster.rst
index a1aa087bc..4e6a3fef9 100644
--- a/src/docs/src/setup/cluster.rst
+++ b/src/docs/src/setup/cluster.rst
@@ -303,7 +303,7 @@ After that we can join all the nodes together. Choose one
node as the "setup
coordination node" to run all these commands on. This "setup coordination
node" only manages the setup and requires all other nodes to be able to see it
and vice versa. *It has no special purpose beyond the setup process; CouchDB
-does not have the concept of a "master" node in a cluster.*
+does not have the concept of a primary node in a cluster.*
Setup will not work with unavailable nodes. All nodes must be online and
properly
preconfigured before the cluster setup process can begin.