Skip to content

Commit acf0163

Browse files
Typos
1 parent 0230455 commit acf0163

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1517,7 +1517,7 @@ operators to attach deployment-specific information.
15171517
Cluster tags can be configured using `rabbitmq.conf`:
15181518

15191519
```ini
1520-
node_tags.series = 4.1.x
1520+
cluster_tags.series = 4.1.x
15211521

15221522
cluster_tags.purpose = iot_ingress
15231523
cluster_tags.region = ca-central-1

docs/parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Cluster tags are stored in a global parameter named `cluster_tags`.
193193
They can also be preconfigured using `rabbitmq.conf`:
194194

195195
```ini
196-
node_tags.series = 4.1.x
196+
cluster_tags.series = 4.1.x
197197

198198
cluster_tags.purpose = iot_ingress
199199
cluster_tags.region = ca-central-1

versioned_docs/version-4.0/configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1517,7 +1517,7 @@ operators to attach deployment-specific information.
15171517
Cluster tags can be configured using `rabbitmq.conf`:
15181518

15191519
```ini
1520-
node_tags.series = 4.1.x
1520+
cluster_tags.series = 4.1.x
15211521

15221522
cluster_tags.purpose = iot_ingress
15231523
cluster_tags.region = ca-central-1

versioned_docs/version-4.0/parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Cluster tags are stored in a global parameter named `cluster_tags`.
193193
They can also be preconfigured using `rabbitmq.conf`:
194194

195195
```ini
196-
node_tags.series = 4.1.x
196+
cluster_tags.series = 4.1.x
197197

198198
cluster_tags.purpose = iot_ingress
199199
cluster_tags.region = ca-central-1

versioned_docs/version-4.1/configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1523,7 +1523,7 @@ operators to attach deployment-specific information.
15231523
Cluster tags can be configured using `rabbitmq.conf`:
15241524

15251525
```ini
1526-
node_tags.series = 4.1.x
1526+
cluster_tags.series = 4.1.x
15271527

15281528
cluster_tags.purpose = iot_ingress
15291529
cluster_tags.region = ca-central-1

versioned_docs/version-4.1/parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Cluster tags are stored in a global parameter named `cluster_tags`.
193193
They can also be preconfigured using `rabbitmq.conf`:
194194

195195
```ini
196-
node_tags.series = 4.1.x
196+
cluster_tags.series = 4.1.x
197197

198198
cluster_tags.purpose = iot_ingress
199199
cluster_tags.region = ca-central-1

0 commit comments

Comments
 (0)