diff --git a/nixos/modules/services/amqp/rabbitmq.nix b/nixos/modules/services/amqp/rabbitmq.nix index 43998296a18..7373be2a9b0 100644 --- a/nixos/modules/services/amqp/rabbitmq.nix +++ b/nixos/modules/services/amqp/rabbitmq.nix @@ -95,7 +95,7 @@ in { If you do need to express nested data structures, you can use config option. Configuration from config - will be merged into the these options by RabbitMQ at runtime to + will be merged into these options by RabbitMQ at runtime to form the final configuration. See http://www.rabbitmq.com/configure.html#config-items @@ -110,7 +110,7 @@ in { Verbatim advanced configuration file contents using the Erlang syntax. This is also known as the advanced.config file or the old config format. - Where possible, the use configItems is preferred. However, nested + configItems is preferred whenever possible. However, nested data structures can only be expressed properly using the config option. The contents of this option will be merged into the configItems