Skip to content

Commit 19b0d20

Browse files
authored
Fix typo in rabbitmq docs (#2527)
## Summary $subject ## How was it tested? N/A
1 parent 3e236b4 commit 19b0d20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/app/docs/devbox_examples/databases/rabbitmq.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Adding these packages and the plugin will configure Devbox for working with Rabb
2626

2727
## Starting the RabbitMQ Service
2828

29-
The RabbitMQ plugin will automatically create a service for you that can be run with `devbox service up`. The process-compose.yaml for this service is shown below:
29+
The RabbitMQ plugin will automatically create a service for you that can be run with `devbox services up`. The process-compose.yaml for this service is shown below:
3030

3131
```yaml
3232
processes:
@@ -73,4 +73,4 @@ You can override the default values of these variables using the `env` section o
7373

7474
The plugin will also create a default [`rabbitmq.conf`](https://github.com/jetify-com/devbox-plugins/blob/main/rabbitmq/config/rabbitmq.conf) file in your devbox.d directory, if one doesn't already exist there. This default file serves as a starting point, and you can modify it as needed.
7575

76-
For a full list of configuration options, see the [RabbitMQ Configuration Docs](https://www.rabbitmq.com/docs/configure)
76+
For a full list of configuration options, see the [RabbitMQ Configuration Docs](https://www.rabbitmq.com/docs/configure)

0 commit comments

Comments
 (0)