From b3c75d1268366ba7d2a69022fe1d6c82fbd4c0e3 Mon Sep 17 00:00:00 2001 From: kaje94 Date: Tue, 18 Feb 2025 12:15:57 +0530 Subject: [PATCH] Fix typo in rabbitmq docs --- docs/app/docs/devbox_examples/databases/rabbitmq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/app/docs/devbox_examples/databases/rabbitmq.md b/docs/app/docs/devbox_examples/databases/rabbitmq.md index 64c86f785ce..522c05da10b 100644 --- a/docs/app/docs/devbox_examples/databases/rabbitmq.md +++ b/docs/app/docs/devbox_examples/databases/rabbitmq.md @@ -26,7 +26,7 @@ Adding these packages and the plugin will configure Devbox for working with Rabb ## Starting the RabbitMQ Service -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: +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: ```yaml processes: @@ -73,4 +73,4 @@ You can override the default values of these variables using the `env` section o 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. -For a full list of configuration options, see the [RabbitMQ Configuration Docs](https://www.rabbitmq.com/docs/configure) \ No newline at end of file +For a full list of configuration options, see the [RabbitMQ Configuration Docs](https://www.rabbitmq.com/docs/configure)