From 9e86caa201504e6a228b45f1a91c838ae8d1dde3 Mon Sep 17 00:00:00 2001 From: Christopher Kuttruff Date: Sat, 1 Mar 2014 16:03:40 -0800 Subject: [PATCH] minor grammar tweaks --- examples/config.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/config.rb b/examples/config.rb index 069353bd..d585569d 100644 --- a/examples/config.rb +++ b/examples/config.rb @@ -123,14 +123,14 @@ # end # Allow workers to reload bundler context when master process is issued -# a USR1 signal. This allow proper reloading of gems while the master -# is preserved across a phased-restart (incompatible with preload_app) +# a USR1 signal. This allows proper reloading of gems while the master +# is preserved across a phased-restart. (incompatible with preload_app) # (default if false) # prune_bundler # Preload the application before starting the workers; this conflicts with -# phased restart feature; you cannot use both (default if false) +# phased restart feature. (default if false) # preload_app