Skip to content

Commit

Permalink
Tiny fixes in hook documentation for puma#840
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkwallace committed Apr 11, 2016
1 parent d2da2ca commit e3c3489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
#
# workers 2

# Code to run immediately before the masters starts workers.
# Code to run immediately before the master starts workers.
#
# before_fork do
# puts "Starting workers..."
Expand All @@ -126,7 +126,7 @@

# Code to run in a worker right before it exits.
#
# This is called everytime a worker is to be started.
# This is called everytime a worker is to about to shutdown.
#
# on_worker_shutdown do
# puts 'On worker shutdown...'
Expand Down

0 comments on commit e3c3489

Please sign in to comment.