From 30af171af13293aa37bee612ae7b976d3ede0439 Mon Sep 17 00:00:00 2001
From: Rishi Jain <rishi@joshsoftware.com>
Date: Mon, 10 Nov 2014 08:11:49 +0530
Subject: added description for rails generators, and fixed sentence formation
 for active_support/notifications [ci skip]

---
 activesupport/lib/active_support/notifications.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'activesupport')

diff --git a/activesupport/lib/active_support/notifications.rb b/activesupport/lib/active_support/notifications.rb
index 325a3d75dc..b9f8e1ab2c 100644
--- a/activesupport/lib/active_support/notifications.rb
+++ b/activesupport/lib/active_support/notifications.rb
@@ -16,7 +16,7 @@ module ActiveSupport
   #     render text: 'Foo'
   #   end
   #
-  # That executes the block first and notifies all subscribers once done.
+  # That first executes the block and then notifies all subscribers once done.
   #
   # In the example above +render+ is the name of the event, and the rest is called
   # the _payload_. The payload is a mechanism that allows instrumenters to pass
-- 
cgit v1.2.3