Skip to content

Commit 8215b39

Browse files
Fix the typo (#1983)
Teeny-tiny typo
1 parent 5a69402 commit 8215b39

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

modules/ROOT/pages/procedures.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ For more information, see xref:clustering/index.adoc[].
323323
.2+| *Input arguments* | *Name* | *Type* | *Description*
324324
| `server` | `STRING` | The name or id of the server to be cordoned.
325325
| *Mode* 3+| WRITE
326-
|*Required provileges* 3+| `SERVER MANAGEMENT`
326+
|*Required privileges* 3+| `SERVER MANAGEMENT`
327327
|===
328328

329329

@@ -367,7 +367,7 @@ For example, if the current member's discovery version is V1_ONLY, it will switc
367367
| `toServerId` | `STRING` | The id of the server.
368368
| `mode` | `STRING` | The mode in which the database is hosted.
369369
| *Mode* 3+| WRITE
370-
| *Required provileges* 3+| `SERVER MANAGEMENT`
370+
| *Required privileges* 3+| `SERVER MANAGEMENT`
371371
|===
372372

373373
[role=label--enterprise-edition label--new-5.23]
@@ -391,7 +391,7 @@ For example, if the current member's discovery version is V1_ONLY, it will switc
391391
| `toServerId` | `STRING` | The id of the server.
392392
| `mode` | `STRING` | The mode in which the database is hosted.
393393
| *Mode* 3+| WRITE
394-
| *Required provileges* 3+| `SERVER MANAGEMENT`
394+
| *Required privileges* 3+| `SERVER MANAGEMENT`
395395
|===
396396

397397

@@ -416,7 +416,7 @@ For example, if the current member's discovery version is V1_ONLY, it will switc
416416
| `toServerId` | `STRING` | The id of the server.
417417
| `mode` | `STRING` | The mode in which the database is hosted.
418418
| *Mode* 3+| WRITE
419-
| *Required provileges* 3+| `SERVER MANAGEMENT`
419+
| *Required privileges* 3+| `SERVER MANAGEMENT`
420420
|===
421421

422422
[role=label--enterprise-edition]
@@ -508,7 +508,7 @@ CALL dbms.cluster.readReplicaToggle("neo4j", false)
508508
| `toServerId` | `STRING` | The id of the server.
509509
| `mode` | `STRING` | The mode in which the database is hosted.
510510
| *Mode* 3+| WRITE
511-
| *Required provileges* 3+| `SERVER MANAGEMENT`
511+
| *Required privileges* 3+| `SERVER MANAGEMENT`
512512
|===
513513

514514
[role=label--enterprise-edition label--new-5.23]
@@ -530,7 +530,7 @@ CALL dbms.cluster.readReplicaToggle("neo4j", false)
530530
| `toServerId` | `STRING` | The id of the server.
531531
| `mode` | `STRING` | The mode in which the database is hosted.
532532
| *Mode* 3+| WRITE
533-
| *Required provileges* 3+| `SERVER MANAGEMENT`
533+
| *Required privileges* 3+| `SERVER MANAGEMENT`
534534
|===
535535

536536
[role=label--enterprise-edition label--new-5.24]
@@ -627,7 +627,7 @@ CALL dbms.cluster.secondaryReplicationDisable("neo4j", false)
627627
.2+| *Input arguments* | *Name* | *Type* | *Description*
628628
| `autoEnable` | `BOOLEAN` | Whether or not to automatically enable free servers.
629629
| *Mode* 3+| WRITE
630-
| *Required provileges* 3+| `SERVER MANAGEMENT`
630+
| *Required privileges* 3+| `SERVER MANAGEMENT`
631631
|===
632632

633633

@@ -715,7 +715,7 @@ Possible values are:
715715
| `server` | `STRING` | The name or id of the server to be uncordoned.
716716
| *Mode* 3+| WRITE
717717
| *Replaced by* 3+| xref:clustering/server-syntax.adoc#server-management-syntax[`ENABLE SERVER`]
718-
|*Required provileges* 3+| `SERVER MANAGEMENT`
718+
|*Required privileges* 3+| `SERVER MANAGEMENT`
719719
|===
720720

721721
[NOTE]

0 commit comments

Comments
 (0)