Skip to content

Commit 017f7af

Browse files
Correct a syntax block for 4.0.x and 3.13.x versions #2108
1 parent 04a28d9 commit 017f7af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

versioned_docs/version-3.13/install-homebrew.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ or CLI tools directly:
123123

124124
```bash
125125
/opt/homebrew/sbin/rabbitmqctl shutdown
126-
```bash
126+
```
127127

128128
The command will wait for the node process to stop. If the target node is not running,
129129
it will exit with a warning.

versioned_docs/version-4.0/install-homebrew.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ or CLI tools directly:
123123

124124
```bash
125125
/opt/homebrew/sbin/rabbitmqctl shutdown
126-
```bash
126+
```
127127

128128
The command will wait for the node process to stop. If the target node is not running,
129129
it will exit with a warning.

0 commit comments

Comments
 (0)