Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the typo #1983

Merged
merged 1 commit into from
Nov 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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