Skip to content

Commit c1c667e

Browse files
committed
change wording
1 parent f94e6f9 commit c1c667e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ When updating a document that was previously/concurrently updated by another use
206206

207207

208208
<a name="setting_up_failover"></a>
209-
## Setting up failover
209+
## Setting up active failover
210210

211211
By default the PHP client will connect to a single endpoint only,
212212
by specifying a string value for the endpoint in the `ConnectionOptions`,
@@ -227,7 +227,7 @@ $connectionOptions = [
227227
];
228228
```
229229
Using this option requires ArangoDB 3.3 or higher and the database running
230-
in active/passive failover mode.
230+
in active failover mode.
231231

232232
The driver will by default try to connect to the first server endpoint in the
233233
endpoints array, and only try the following servers if no connection can be

0 commit comments

Comments
 (0)