mirror of https://gitee.com/bigwinds/arangodb
Doc - fix typo in admin/cluster readme file(#7625)
This commit is contained in:
parent
f39810a9a9
commit
3e42d88c41
|
@ -40,7 +40,7 @@ Example:
|
|||
127.0.0.1:8530@_system> db._create("test", {"replicationFactor": 3})
|
||||
```
|
||||
|
||||
In the above case, any write operation will require 2 replicas to
|
||||
In the above case, any write operation will require 3 replicas to
|
||||
report success from now on.
|
||||
|
||||
Preparing growth
|
||||
|
|
Loading…
Reference in New Issue