summary refs log tree commit diff
path: root/nixos/modules/services/amqp
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2018-11-03 19:17:45 +0100
committerRobert Hensing <robert@roberthensing.nl>2018-11-03 19:19:04 +0100
commit4aa30166d160f2d8f27634b7b09d0bf236b8aa73 (patch)
treea3f4a587e24f1a9403ffdfdb903aa41ad1cdd9f0 /nixos/modules/services/amqp
parent6c568b664410fad7f704a5cb19f6240305707abc (diff)
downloadnixpkgs-4aa30166d160f2d8f27634b7b09d0bf236b8aa73.tar
nixpkgs-4aa30166d160f2d8f27634b7b09d0bf236b8aa73.tar.gz
nixpkgs-4aa30166d160f2d8f27634b7b09d0bf236b8aa73.tar.bz2
nixpkgs-4aa30166d160f2d8f27634b7b09d0bf236b8aa73.tar.lz
nixpkgs-4aa30166d160f2d8f27634b7b09d0bf236b8aa73.tar.xz
nixpkgs-4aa30166d160f2d8f27634b7b09d0bf236b8aa73.tar.zst
nixpkgs-4aa30166d160f2d8f27634b7b09d0bf236b8aa73.zip
rabbitmq module: Update documentation after proofreading
Thanks @c0bw3b, @lsix!
Diffstat (limited to 'nixos/modules/services/amqp')
-rw-r--r--nixos/modules/services/amqp/rabbitmq.nix4
1 files changed, 2 insertions, 2 deletions
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
           <literal>config</literal> option. Configuration from <literal>config</literal>
-          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 <literal>advanced.config</literal> file or the old config format.
 
-          Where possible, the use <literal>configItems</literal> is preferred. However, nested
+          <literal>configItems</literal> is preferred whenever possible. However, nested
           data structures can only be expressed properly using the <literal>config</literal> option.
 
           The contents of this option will be merged into the <literal>configItems</literal>