Skip to content

Commit

Permalink
Fix the typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NataliaIvakina committed Nov 22, 2024
1 parent 5a69402 commit db2b6c3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions modules/ROOT/pages/procedures.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ For more information, see xref:clustering/index.adoc[].
.2+| *Input arguments* | *Name* | *Type* | *Description*
| `server` | `STRING` | The name or id of the server to be cordoned.
| *Mode* 3+| WRITE
|*Required provileges* 3+| `SERVER MANAGEMENT`
|*Required privileges* 3+| `SERVER MANAGEMENT`
|===


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

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


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

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

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

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


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

[NOTE]
Expand Down

0 comments on commit db2b6c3

Please sign in to comment.