Skip to content

Commit 18df8b4

Browse files
committed
Style fixes
1 parent 93260c2 commit 18df8b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/ROOT/pages/clustering/setup/discovery.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -433,9 +433,9 @@ dbms.cluster.discovery.v2.endpoints=server01.example.com:6000,server02.example.c
433433
+
434434
. In Cypher Shell, connect to the `system` database of any server
435435
+
436-
[source,cypher]
436+
[source, shell, role=nocopy noplay]
437437
----
438-
./cypher-shell -a bolt://localhost:7683 -d system
438+
./cypher-shell -a bolt://localhost:7681 -d system
439439
----
440440
. Run the procedure:
441441
+
@@ -444,7 +444,7 @@ dbms.cluster.discovery.v2.endpoints=server01.example.com:6000,server02.example.c
444444
CALL dbms.cluster.showParallelDiscoveryState();
445445
----
446446
+
447-
The output indicates mode `V1_ONLY`, i.e., only v1 is running on this server.
447+
The output indicates mode `V1_ONLY`, i.e., only `V1` is running on this server.
448448
+
449449
.Expected result
450450
[queryresult]
@@ -520,7 +520,7 @@ CALL internal.dbms.cluster.moveToNextDiscoveryVersion();
520520
CALL dbms.cluster.showParallelDiscoveryState();
521521
----
522522
+
523-
Note that stateComparison is `N/A` because you do not have v1 to compare states anymore.
523+
Note that stateComparison is `N/A` because you do not have `V1` to compare states anymore.
524524
+
525525
.Expected result
526526
[queryresult]

0 commit comments

Comments
 (0)