From e318aac9426d905882b2eb0979afe4118f99f01c Mon Sep 17 00:00:00 2001 From: Aaron Renner Date: Wed, 5 Aug 2020 09:21:57 -0600 Subject: [PATCH] Fix spelling --- rabbitmq/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rabbitmq/content.md b/rabbitmq/content.md index 4b62b0a86..66071e31d 100644 --- a/rabbitmq/content.md +++ b/rabbitmq/content.md @@ -148,7 +148,7 @@ $ docker run -d --hostname my-rabbit --name some-rabbit -e RABBITMQ_DEFAULT_VHOS See the [RabbitMQ "Configuration"](http://www.rabbitmq.com/configure.html#config-items) for more information about various configuration options. -For enabling the HiPE compiler on startup use `RABBITMQ_HIPE_COMPILE` set to `1`. Accroding to the official documentation: +For enabling the HiPE compiler on startup use `RABBITMQ_HIPE_COMPILE` set to `1`. According to the official documentation: > Set to true to precompile parts of RabbitMQ with HiPE, a just-in-time compiler for Erlang. This will increase server throughput at the cost of increased startup time. You might see 20-50% better performance at the cost of a few minutes delay at startup.